/* font-family: 'AndongKaturi';  안동엄마까투리체*/
@import url(./reset.css);


body {
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    /* padding-top: 5vh; */
/*     background: linear-gradient(#3EBCF9, #92ECDF, #d2fdf6); */
    /* background-image: url(../img/bg.png);
background-repeat: no-repeat;
background-position: bottom; */
	background: #f9b20a;
    margin: auto;
	position: relative;
	overflow: hidden;
}

section { max-width: 600px; }

/* 공통 */
.container {
    width: 100%;
	min-height: 100vh;
	height: 100%;
	overflow: hidden;
    overflow-y: auto;
/*     background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin: auto; */
/* 	background: #f9b20a; */
}

.bg-img {
	position: absolute;
	width: 45%;
	opacity: 0.5;
}

.bg-img-1 {
	top: -2%;
	left: -30%;
}

.bg-img-2 {
	bottom: 0%;
	right: -30%;
}

/* // */
#splash,
.content-wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    /* padding-top: 20vh; */
	gap: 15vh;
}

.flex-center .container {
	padding-top: 50px !important;
}

.flex-center.quiz-container {
	padding-top: 50px !important;
}

.flex-center {
	height: 100%;
	max-height: 100vh;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
	padding-top: 5vh;
    padding-bottom: 5vh;
}

@media screen and (max-width: 700px) {
	.flex-center {
		padding-left: 25px;
		padding-right: 25px;
	}
}
/* {
    border: 2px solid #000;
    font-family: "Bagel Fat One", system-ui;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: auto;
    padding-top: 20%;
 } */
.fa-solid,
.fas {
    vertical-align: middle;
}

figure.logo {
    position: relative;
    width: 150px;
	margin: 0 auto;
	padding: 20px;
}

figure.logo .logo_blur {
	width: 120px;
	height: 60px;
	background: #f9b20a;
	filter: blur(15px);
	position: absolute;
}

figure.logo .brain {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}


figure.logo img {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 300px;
	position: relative;
}


/* 구름 */
.bg {
    position: absolute;
    z-index: -1;
}

.bg1 {
    left: -69px;
    top: 5%;
}

.bg2 {
    right: -20%;
    top: 25%;
}

.bg3 {
    left: -87px;
    top: 45%;
}

.bg4 {
    right: -25%;
    top: 60%;
}

.bg1,
.bg3 {
    animation: imgLoop 15s linear infinite;
}

.bg2,
.bg4 {
    animation: bgLoop 15s linear infinite;
}

.validate_warning {
    color: #D94444;
    font-size: 14px;
}

@keyframes imgLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes bgLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

/* // */
#splash p {
    font-size: 25px;
    color: #fff;
    text-align: center;
    -webkit-text-stroke: 3px #54360b;
    /* position: absolute;
    top: 55%; */
}

@keyframes loader {

    0% {
        width: 0;
    }

    20% {
        width: 10%;
    }

    25% {
        width: 24%;
    }

    43% {
        width: 41%;
    }

    56% {
        width: 50%;
    }

    66% {
        width: 52%;
    }

    71% {
        width: 60%;
    }

    75% {
        width: 76%;

    }

    94% {
        width: 86%;
    }

    100% {
        width: 100%;
    }

}

/* 스플래시로딩바 */
/* .progress-bar {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;

    span {
        display: block;

    }
}

.bar {
    background: #90806A;
    border: 2px solid #fff;
    border-radius: 5px;
    margin-bottom: 10%;
}

.progress {
    animation: loader 8s ease infinite;
    background: #FFC358;
    color: #fff;
    padding: 5px;
    width: 0;
}

.progress-bar {
    width: 90%;
} */

/* custom */
.group {
	margin-bottom: 15px;
}

.group span.validate_warning {
	padding-top: 4px;
    padding-left: 5px;
    display: block;
}

/* // */
.btn-frame { width: 100%; }
.btn-frame .frame-tlt { 
	font-weight: bold; 
	font-size: 20px; 
	text-align: center;
	width: 95%;
    display: block;
	margin: 0 auto 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.btn-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 95%;
	gap: 12px;
	position:relative;
}

.btn-wrap a {
    background-color: #ffe5a8;
    color: #000; 
    width: 100%;
	height: 5vh;
	min-height: 50px;
	max-height: 65px;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.btn-wrap a:last-child {
    margin-bottom: 0;
}

.lnb-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
	margin-bottom:20px;
    position: absolute;
	position: fixed;
    bottom: 0;
}

.lnb-wrap a:first-child i{
    margin-right: -5px;
}
.lnb-wrap a {
/*     margin: auto; */
    font-size: 26px;
    display: block;
    /* background-color: #eb1f1f; */
    /* color: #fff; */
    /* border-radius: 50%; */
    /* border: 5px solid #fff; */
    padding: 10px;
    width: 66px;
    height: 66px;
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.btn-frame .btn-wrap { 
	width: 95%; 
	flex-wrap: wrap;
	flex-direction: row;
	margin: 10px auto; 
}

.btn-frame .btn-wrap a {
    width: 48%;
	height: 100px;
	max-height: initial;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
	border: 1px solid #ddc794;
}


.btn-frame .btn-wrap a .s-img { 
	width: 100%;
    object-fit: contain;
	padding-top: 5px;
}

.btn-frame .btn-wrap a .s-img img {
	width: 32px;
	height: 100%;
/* 	margin: initial;
	padding-left: 10px; */
}

/* .btn-frame .btn-wrap a .txt { padding-right: 5px; } */

@media screen and (max-height: 700px) {
    /* .btn-wrap{
        margin-top: 100px;
    
} */
}

@media all and (max-width: 420px) {
	.btn-frame .btn-wrap a { padding: 5px; }
	.btn-frame .btn-wrap a .txt { font-size: 17px; }
}

/* character */
#splash .character {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.content-wrap .character {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: -10vh;
    width: 40%;
}

/* 정보입력 */
.container-box {
    height: max-content;
    width: 100%;
    /* background-color: #dbccaf; */
	background: #f5f5f5;
    border-radius: 50px;
    border: 6px solid #fff;
    color: #fff;
    font-size: 20px;
	position: relative;
	margin-top:8vh;
}

.label {
    width: 100%;
    position: absolute;
    top: -100px;
    left: 50%;
    z-index: 90;
    transform: translateX(-50%);
}

.label img {
	width: 100%;
	max-height:160px;
}

.label h2 {
    width: 100%;
    font-size: 28px;
	font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    margin-top: 4.5%;
}

.container-box form {
    position: relative;
    width: 100%;
    padding: 60px 20px;
    height: max-content;
}

input::placeholder {
    color: #555;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 25%); */
    font-size: 15px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea {
    background-color: #E5D9C1;
    border: 1px solid #aca391;
    border-radius: 10px;
    box-shadow: -2px -2px #aca391 inset;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    outline: none;
	color: #222;
}

.text_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.password_text_wrap { flex-direction: column; }
.password_text_wrap p { width: 100%; }
.text_box_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
	margin-bottom: 4px;
}

.text_wrap .text_box {
    width: 49%;
}

.container-box form p {
    margin-bottom: 2%;
    margin-top: 4%;
    line-height: 120%;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 25%); */
	color: #222;
	font-size: 16px;
	padding-left: 3px;
}

.container-box form>span {
    color: #D94444;
    text-align: center;
    font-size: 14px;
    display: block;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 25%); */
    margin-top: 10%;
}


.checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 5%;
	color: #222
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 25%); */
}

.checkbox .pop1,
.checkbox .pop2 {
	color: #222;
}

.contect_button {
    display: flex;
    justify-content: space-between;
    /*position: absolute;*/
    bottom: -30px;
    left: 0;
    width: 100%;
    align-items: center;
}

.contect_button a,
.container-box form button[type=submit],
.contect_button button[type=submit] {
    display: block;
    color: #fff;
    text-align: center;
    border: 5px solid #fff;
    font-size: 18px;
    border-radius: 15px;
    width: 48%;
	padding: 10px 5px;
	color: #000;
	background: #ffe5a8;
	margin: 20px auto 30px;
}

/* 로그인 */
.join_btn {
    background-color: #1697f2;
    display: block;
    width: 50%;
    height: fit-content;
    border: 5px solid #fff;
    border-radius: 50px;
    text-align: center;
    margin: 5% auto;
}

.reset_btn {
    background-color: #1697f2;
    display: block;
    width: 100%;
    height: fit-content;
    border: 3px solid #fff;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
	height: 40px;
    line-height: 36px;
}

.warning {
    margin: 10% auto;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15); */
}

.warning span {
    color: #D94444;
    font-size: 22px;
    display: block;
    text-align: center;
    margin-bottom: 2%;
    font-weight: 700;
    background: #fff;
    padding: 10px;
    border-radius: 20px;	
}

.warning p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 120%;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15); */
}

/* 랭킹 */
.ranking {
    position: relative;
    width: 100%;
    height: 75vh;
    background-color: #F5E7CB;
    border-radius: 41px;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 120px;
}

.ranking .my_rank {
    background-color: #FFE892;
    color: #F28016;
    padding: 20px 40px;
    padding-top: 40px;
    border-radius: 41px 41px 0 0;
    border-bottom: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* text-shadow: 1px 1px 0px rgba(0,0,0,25%); */
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.ranking .rank {
    height: 100%;
    padding: 20px;
    text-shadow: 1px 1px 0px #757575;
    overflow: scroll;
}

.ranking .rank_box {
    width: 100%;
    background-color: #E5D9C1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    box-shadow: 2px 2px rgb(184 173 152);
    margin-bottom: 8px;
    text-align: center;
}

.ranking .rank_box .num {
    color: #4A4A4A;
    width: 10%;
}

.ranking .my_rank .num {
    width: 10%;
}

.ranking .rank_box .name {
    color: #fff;
    width: 25%;
}

.ranking .my_rank .name {
    width: 25%;
}

.ranking .rank_box .school {
    color: #fff8e9;
    width: 50%;
}

.ranking .my_rank .school {
    width: 50%;
}

.ranking .rank_box .sc {
    /* color: #fff200; */
    width: 10%;
}

.ranking .my_rank .sc {
    width: 10%;
}

.ranking figure img {
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 50%));
}

/* 내정보 */
/* .info {
    padding: 50px 20px;
    height: 60vh;
} */
#information .record {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5e7cb;
    text-align: center;
    border-radius: 42px 42px 0 0;
	max-height:120px;
}

#information .record .record_box {
    width: 40%;
    margin: 10px 0;
    margin-top: 20px;
}

#information .record .record_box p:nth-child(1) {
    margin-top: 5px;
    text-shadow: 1px 1px 0px #fff;

}

#information .record .record_box p:nth-child(2) {
    font-size: 25px;
    margin-top: 5px;
}

.info p {
    margin-top: 4%;
    margin-bottom: 2%;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 25%);
}

.info span {
    font-size: 14px;
    color: #D94444;
    text-align: center;
    display: block;
    margin: 3%;
}

.info .text_wrap {
    margin-bottom: 3%;
}
.mem_out {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.mem_out a{
    width: 48%;
    display: block;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    color: rgb(172 163 145);
/* 	    border-radius: 10px;
	        background-color: #E5D9C1;
	        box-shadow: 2px 2px #aca391; */
}

/* .info .text_box{
    width: 80%;
} */
.info .modify {
    width: 40%;
    margin: auto;
}

.info .modify .reset_btn {
    border: 3px solid #fff;
}

/* .info input[type=text], .info input[type=number], .info input[type=email]{
    margin-bottom: 2%;
} */
/* 회원탈퇴 */
ul li {
    list-style: disc;
    /* text-shadow: 2px 2px 0px rgba(0,0,0,25%); */
    color: #D94444;
    font-size: 12px;
    line-height: 120%;
}

/* 서비스이용약관 */
.pop {
    font-family: Pretendard;
    color: #000;
    font-size: 14px;
    height: 60vh;
    overflow: auto;
    padding: 0 20px;
    /* border-radius: 50px; */
    line-height: 200%;
}
.pop .sub_01 {
    font-weight: 600;
}

.pop .sub_2 {
    margin-left: 20px;
}

.pop .color_text {
    font-weight: 700;
    color: #1378d8;
    font-size: 16px;
    margin: 10px 0;
}

.pop h5 {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
    color: #454545;
}

.pop ul li {
    color: #000;
    list-style: none;
    line-height: 200%;
}

.pop em{
    font-style: italic;
}
.pop strong{
    font-weight: bold;
}
.pop .contect_button a{
    justify-content: center;
    margin: auto;
}
.pop{
    display: none;
}
.checkbox label{    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
}
/* footer */
footer {
    position: fixed;
    max-width: 1024px;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'AndongKaturi';
    z-index: 99;
    padding: 20px;
}

footer button,
footer a {
    width: 49%;
    background-color: #ffffff45;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.question_box {
    padding: 50px 20px;
    height: 40vh;
}

/* 퀴즈문제 */
/* #quiz {
    padding-bottom: 120px;
}


/* quiz header */
header .score,
header .level,
header .total {
    color: #fff;
    text-shadow: 1px 1px 0px #0000007a;
    padding-bottom: 10px;
    font-size: 16px;
}

header .level p:last-child {
    color: #E4BA7F;
    text-shadow: 1px 1px 0px #fff;
    font-weight: 600;
    margin-top: 5px;
    font-size: 22px;
}

header .level p:last-child span {
    color: #F28016;

}

header .total p:last-child {
    color: #AAC64B;
    text-shadow: 1px 1px 0px #fff;
    font-weight: 600;
    margin-top: 5px;
    font-size: 22px;
}

/* score-bar */
#score-bar {
    width: 100%;
    height: 17px;
    position: relative;
    background-color: #54360B;
    border: 3px solid #54360B;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 2%;
    margin-top: 5px;
}

#myscore {
    width: 40%;
    height: 100%;
    background-color: #1697f2;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

#myscore span {
    position: absolute;
    font-size: 12px;
    text-shadow: none;
}

/* -progress-bar */
#progress-bar {

    width: 90%;
    height: 4px;
    position: relative;
    background-color: #CED6B3;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 2%;
}

.fi {
    position: absolute;
    display: block;
    width: 18px;
    height: 34px;
    top: -32px;
    right: -10px;
    background-image: url(../img/progress-bar2.png);
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
}

#progress {
    max-width: 100%;
    width: 10%;
    height: 100%;
    background-color: #AAC64B;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.on {
    position: absolute;
    display: block;
    width: 28px;
    height: 38px;
    top: -35px;
    right: -10px;
    background-image: url(../img/progress-bar1.png);
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
}

/* 퀴즈---------- */
.question-box {
    width: 100%;
    background-color: #FFF6E5;
    border-radius: 50px;
    border: 8px solid #fff;
    position: relative;
    color: #fff;
    font-size: 20px;
    padding-bottom: 7%;
    height: 85vh;
	overflow: auto;
}

/* .question-box {
    padding: 0 0.5em;
    max-width: 360px;
    height: 150px;
    overflow: auto;
}
.question-box::-webkit-scrollbar {
    width: 10px;
}
.question-box::-webkit-scrollbar-track {
    background-color: gray;
}
.question-box::-webkit-scrollbar-thumb { 
    background-color: skyblue;
}
.question-box::-webkit-scrollbar-button {
    display: none;
} */

/* 문제기록현황 */
#quiz .record {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #F5E7CB;
    border-radius: 42px 42px 0 0;
}

#quiz .record .record_box {
    width: 30%;
    text-align: center;
    margin: 10px 0;
}

#quiz .record .record_box p {
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    margin-bottom: 5px;
	color: #fff;
    font-weight: 700;
    font-size: 20px;
}

#quiz .record .record_box span {
    font-size: 26px;
}

/* 시간초 */
.question-box .time {
    width: 100%;
    margin: 15px auto;
}

.question-box .time p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    text-shadow: 1px 1px 0px #1697f2;
}

.question-box .time p span{
color:#EE3442;
text-shadow: none;
}

.question-box .time .timer {
    color: #EE3442;
}

.question-box .innerbox {
    width: 90%;
    max-height: 38vh;
    margin: auto;
    background-color: #F8EDD6;
    padding: 20px 10px;
    border-radius: 10px;
    background-image: url(../img/quiz_bg.png);
    background-size: 100%;
    background-position: center;
    box-shadow: inset -2.05px 2.05px 0px 0px rgb(186 178 160);
    overflow-y: auto;
}

.gameover-box .innerbox {
    width: 100%;
    margin: auto;
    background-color: #F8EDD6;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset -2.05px 2.05px 0px 0px rgb(186 178 160);
    color: #9A5C0F;
    font-size: 25px
}

#quiz h3,
#quiz h5 {
    color: #000;
    font-size: inherit;
    line-height: 120%;
	font-size: 18px;
	text-align: center;
	word-break: keep-all;
}

#quiz h3 {
    text-align: center;
    margin: 1% 0;
    color: green;
}

#quiz .quiz_img {
    width: fit-content;
    height: fit-content;
    margin: 10px auto;
    display: block;
}

#quiz .quiz_img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
}

/* ox */
#quiz .ox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -5vh;
}

#quiz .ox .option {
    width: 100px;
    height: 100px;
    text-align: center;
    border: 8px solid #fff;
    border-radius: 10%;
    font-size: 60px;
    line-height: 140%;
    cursor: pointer;
    color: #454545;
    background-color: #FFE3BC;
}

#quiz .ox .selected-option {
    border: 8px solid #EE3442;
    color: #fff;
    background-color: #F28016;
}

/* 	#quiz .ox .option:hover{
       border: 8px solid #EE3442;
       color: #fff;
       background-color: #F28016;
    } */

#quiz .ox :first-of-type {
    margin-right: 10%;
}

/* 주관식 */
#quiz input[type=text] {
    width: 90%;
    position: relative;
    bottom: -5vh;
    background-color: #F8EDD6;
    box-shadow: inset -2.05px 2.05px 0px 0px rgb(186 178 160);
    text-align: center;
    font-size: 20px;
    margin: auto;
    display: block;
    border: none;
    color: #454545;
    padding: 20px;
}

#quiz input::placeholder {
    color: #454545;
}

/* 객관식 */
#quiz .choice {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -3vh;
    position: relative;
}

#quiz .choice .option {
    width: 90%;
    margin: auto;
    background-color: #FFE3BC;
    border: 3px solid #fff;
    border-radius: 10px;
    margin-bottom: 1%;
    font-size: 17px;
    padding: 10px 5px;
    color: #454545;
    bottom: -3vh;
    margin-bottom: 5px;
    cursor: pointer;
	box-sizing: border-box;
}

/* 문항 폰트 사이즈 작게 */
#quiz .choice .option_size {
    width: 90%;
    margin: auto;
    background-color: #ffe3bc;
    border: 3px solid #fff;
    border-radius: 50px;
    margin-bottom: 1%;
    padding: 5px;
    color: #454545;
    bottom: -3vh;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
}

#quiz .choice .selected-option {
    background-color: #F28016;
    color: #fff;
    border: 3px solid #EE3442;
}

/* #quiz .choice .option:hover{
    background-color: #F28016;
	color:#fff;
    border: 3px solid #EE3442;
} 
 */
/* 정답제출 */
/* .quiz_submit {
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
} 

/* .quiz_submit button[type=submit], .quiz_submit a {
    background-color: #1697f2;
    width: 50%;
    text-align: center;
    border: 8px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    display: block;
    padding: 15px;
    font-size: 20px;
} */
#quiz .submit {
    width: 60%;
    margin: auto;
    background-color: #ffe5a8;
    display: block;
    border-radius: 15px;
    border: 6px solid #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
	font-weight: 700;
	padding: 10px 0;
}


#quiz .extend {
	margin: auto;
	text-align: center;
    font-size: 18px;
    cursor: pointer;    
	display: block;
    border-radius: 10px;
	margin-top:8px;
	border: 6px solid #fff;

	/*
    background-color: #ffe5a8;
    
    border: 6px solid #fff;
    color: #000;
    
	font-weight: 700;
	padding: 10px 0;
	*/
}

/* 정답,오답 */
#quiz h6 {
    /* font-family: Pretendard; */
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #000;
    /* padding: 0 20px; */
    /*     padding-top: 10%; */
}

/* 게임오버 */
.gameover-box {
    height: fit-content;
    width: 100%;
    background-color: #FFF6E5;
    border-radius: 30px;
    border: 8px solid #fff;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 00px 20px;
    box-shadow: 4px 4px 50px 0px rgba(242, 195, 22, 0.5);
    margin-top: 0px;
    background-image: url(../img/quiz_bg.png);
    background-size: 100%;
    background-position: center;
	min-height : 60vh;
}

.gameover-box .label .character {
    width: 100%;
    position: absolute;
    top: 20px;
}

.gameover-box .label h2 {
    font-size: 30px;
    margin-top: 16px;
}

.gameover-box .score {
    margin-bottom: 20px;
	margin-top: 20px;
}

.gameover-box .score h3,
.gameover-box .score h5 {
    font-size: 50px;
}

.gameover-box .score h3 {
    color: #000;
    text-shadow: 2px 2px 0px #1697f2;
}

.gameover-box .score h3 span {
    font-size: 30px;
}

.gameover-box .score h5 {
    color: #EE3442;
    font-weight: 600;
}

.background {
    width: 100%;
    height: 110vh;
    position: fixed;
    /*     filter: blur(10px); */
    -webkit-backdrop-filter: blur(3px); /* Add this line first, it fixes blur for Safari*/
    backdrop-filter: blur(3px);
    filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
}

/* .gameover-box .txt_box {
    width: 100%;
    background-color: #E5D9C1;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 4px -4px 0px rgba(0, 0, 0, 25%);
} */

.gameover-box .txt_box p {
    color: #9A5C0F;
}
.gameover-box .contect_button a{
	background-color: #ffe5a8;
}
.trophy {
    width: 100%;
    margin: auto;
    position: relative;
    top: 20px;
}

/* 점수변화 */
.gameover-box .innerbox h3,
.gameover-box .innerbox h6 {
    font-size: 30px;
}

.gameover-box .innerbox h6 span {
    display: inline-block;
}

.gameover-box .innerbox h3 {
    color: #fff;
    text-shadow: 2px 2px 0px gold;
}

.gameover-box .innerbox h6 {
    color: #000;
}

.gameover-box .innerbox h6 span {
    color: #EE3442;
}

/* 게임정보 */
.version {
    /* background-color: #F5E7CB; */
    border-radius: 42px;
    text-align: center;
    padding: 50px 20px 0;

}

.version .logo {
    margin: auto;
    scale: .9;
    margin-bottom: 20px;
    margin-top: 10px;
}

.version .smartcreator_logo {
    scale: .9;
}

.version p {
    font-size: 20px;
    margin: 10px 0;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); */
	color: #222;
}

/* 로그인상태 */
.login_on {
    width: 90%;
    background-color: #ffffff99;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 60px;
    font-size: 14px;
    border-radius: 5px;
}

/* 튜토리얼 */
.tutorial-box {
    height: 80vh;
    width: 100%;
    background-color: #FFF6E5;
    border-radius: 50px;
    border: 6px solid #fff;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 50px 20px;
    margin-top: 60px;
    background-image: url(../img/quiz_bg.png);
    background-size: 100%;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.tutorial-box .innerbox {
    width: 100%;
    background-color: #F8EDD6;
	background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: inset -2.05px 2.05px 0px 0px rgb(186 178 160); */
    color: #9A5C0F;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
	border: 4px solid rgb(186 178 160);
}

.tutorial-box .innerbox span {
    color: #EE3442;
}

.tutorial-box .order {
    margin-top: -20px;
}

.tutorial-box .order h3 {
    font-size: 34px;
    font-weight: 600;
}

.tutorial-box .order h3 {
    color: #000;
}

.tutorial-box .order h3 span {
    color: #EE3442;
}

.tutorial-box .tutorial_img {
    height: 50vh;
	min-height: 150px;
}

.tutorial-box .tutorial_img img {
	width: 100%;
}

.tutorial_close {
    width: fit-content;
    height: fit-content;
    position: fixed;
    right: 20px;
    top: 50px;
    color: #fff;
    z-index: 99;
    font-size: 25px;
}

.tutorial-box .contect_button a {
    background-color: #ffe5a8;
}

@media screen and (max-width: 380px) {
    .content-wrap {}
    .lnb-wrap, .btn-wrap a {}

     .lnb-wrap a {
		font-size: 26px;
	 }

    .logo {
        width: 80%;
    }

    .content-wrap .character {
        width: 60%;
/*         margin-bottom: 0; */
    }

    .btn-wrap {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contect_button a,
    .container-box form button[type=submit],
    .contect_button button[type=submit] {
        border: 5px solid #fff;
        font-size: 18px;
    }

    /* //정보입력, 로그인 */
    .container-box {
        font-size: 16px;
    }

    /* .label {
        top: -51px;
    } */

    .container-box form p {
        margin-bottom: 2%;
        margin-top: 2%;
    }

    .container-box form .checkbox {
        margin-top: 3%;
    }

    .container-box form>span {
        margin-top: 5%;
    }

    /* 랭킹 */
    .ranking .my_rank {
	   padding: 20px 30px;
        padding-top: 45px;
    }
    .ranking .rank{
	padding:20px 10px;
	}
    /* header */
    header {
        top: -75px;
    }
.container-box input{font-size:14px;}
    /* 내정보 */
    /* .info {

		    margin: -20px 0;
    } */
    #information .record .record_box {
        margin-top: 25px;
    }

    #information .container-box form {
        padding-bottom: 25px;
    }

    /* 문제 */
    .question-box {
        height: 90vh;
    }

    .question-box .time p {
        font-size: 16px;
    }

    #score-bar {
        margin-top: 5px;
    }

    #quiz h3,
    #quiz h5 {
        font-size: 16px;
    }

    #quiz .record .record_box p {
        font-size: 16px;
    }

    .gameover-box .label .character {
        scale: .7;
        top: -179px;
    }

 

    .question-box .innerbox {
        padding: 10px;
        max-height: 38vh;
    }

    #quiz .choice {
        bottom: -2vh;
    }

    #quiz .choice .option {
        font-size: 14px;
    }

    #quiz h6 {
        font-size: 35px;
    }

    /* 로그인상태 */
    .login_on {
        position: unset;
		width:100%;
    }

    /* 튜토리얼 */
    .tutorial-box {
        padding: 40px 10px;
    }

    .tutorial-box .tutorial_img {
        height: 45vh;
    }

    .tutorial-box .score {
        margin-top: 0;
    }

    .tutorial-box .score h3 {
        font-size: 40px;
    }

}

@media screen and (min-width: 500px) {

    #quiz h3,
    #quiz h5 {
        font-size: 20px;
    }

    #quiz .quiz_img img {
        max-width: 150px;
        max-height: 150px;
        width: 100%;
        height: 100%;
        margin: auto;
    }

}

/* 키보드 레이아웃 올라가는 현상 방지 */
.question-box {
    height: max-content;
}

#quiz input[type=text] {
    position: unset;
    margin: 9vh auto;
}

#quiz .ox {
    position: unset;
    margin: 6vh auto;
}

#quiz .choice {
    position: unset;
    margin: 3.5vh auto;
}

/* volume */
.bgm_volume {
    width: fit-content;
    height: fit-content;
    position: absolute;
    bottom: 45px;
    right: 20px;
    z-index: 99;
}

.bgm_volume a {
    color: #fff;
}

/* 타이머 css */
/* #timer{
        font-size: 24px;
        margin-bottom: 10px;
        } */
#progress-bar {
    /*width: 300px;*/
    height: 5px;
    /*             border: 1px solid #ccc; */
    position: relative;
    /*overflow: hidden; */
    background-color: #CED6B3;

}

#progress {
    width: 0%;
    height: 100%;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    /* 			background-color: #AAC64B; */
}

.question-box {
    height: max-content;
}

#quiz input[type=text] {
    position: unset;
    margin: 9vh auto;
}

#quiz .ox {
    position: unset;
    margin: 6vh auto;
}

#quiz .choice {
    position: unset;
    margin: 3.5vh auto;
}

#canvas {
    z-index: 10;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1.1);
}

.question-box {
    height: max-content;
	min-height:80vh;
	margin-top:50px;
}