html,body{
    height: 100vh;
    width: 100vw;
	/*height:100%; */
    margin: 0;
    padding: 0;
	/*overflow: scroll;*/
    transition: background-color 1s ease;
}
/*@font-face { 
	font-family: 'yg-jalnan'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff'); 
	font-weight: normal; font-style: normal; 
}*/
@font-face {
    font-family: 'ROKAFSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts2201-3@1.0/ROKAFSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
    /*font-family: 'yg-jalnan';*/
	font-family: 'ROKAFSansBold';
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    box-sizing: border-box;
    padding: 0px;
	word-break: keep-all;
}

br {font-family: 'Dotum';}

.start-title{
    font-size: 45px;
    letter-spacing: 4px;
    font-weight: 800;
    padding: 10px 0px
}
/* ----------------------------------------------
 * Generated by Animista on 2021-7-28 15:48:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.flicker-in-1{-webkit-animation:flicker-in-1 1.5s linear both;animation:flicker-in-1 1.5s linear both}
@-webkit-keyframes flicker-in-1{0%{opacity:0}10%{opacity:0}10.1%{opacity:1}10.2%{opacity:0}20%{opacity:0}20.1%{opacity:1}20.6%{opacity:0}30%{opacity:0}30.1%{opacity:1}30.5%{opacity:1}30.6%{opacity:0}45%{opacity:0}45.1%{opacity:1}50%{opacity:1}55%{opacity:1}55.1%{opacity:0}57%{opacity:0}57.1%{opacity:1}60%{opacity:1}60.1%{opacity:0}65%{opacity:0}65.1%{opacity:1}75%{opacity:1}75.1%{opacity:0}77%{opacity:0}77.1%{opacity:1}85%{opacity:1}85.1%{opacity:0}86%{opacity:0}86.1%{opacity:1}100%{opacity:1}}@keyframes flicker-in-1{0%{opacity:0}10%{opacity:0}10.1%{opacity:1}10.2%{opacity:0}20%{opacity:0}20.1%{opacity:1}20.6%{opacity:0}30%{opacity:0}30.1%{opacity:1}30.5%{opacity:1}30.6%{opacity:0}45%{opacity:0}45.1%{opacity:1}50%{opacity:1}55%{opacity:1}55.1%{opacity:0}57%{opacity:0}57.1%{opacity:1}60%{opacity:1}60.1%{opacity:0}65%{opacity:0}65.1%{opacity:1}75%{opacity:1}75.1%{opacity:0}77%{opacity:0}77.1%{opacity:1}85%{opacity:1}85.1%{opacity:0}86%{opacity:0}86.1%{opacity:1}100%{opacity:1}}
body {
	background-image: url('https://health.chosun.com/mildang365/img/survey/m3_test_bg.jpg'); 
}
.start {	
    /*transition: background-color 1s ease;*/
	/*background-color: rgb(255, 255, 255);	*/
	/*transform: translate3d(0px, 0px, 0px);*/
    -webkit-overflow-scrolling: touch;
    letter-spacing: -0.3px !important;
    -webkit-backface-visibility: hidden !important;
}

.appContents {
    overflow: visible;
    transition: background-color 1s ease;
    position: fixed;
}

.start .appContents {
    -webkit-overflow-scrolling: touch;
    max-width: 550px;
    min-height: 550px;
    z-index: 2;
    height: 100%;
    width: 100%;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.StartPage {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.StartPageContents {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Space {
    position: relative;
    opacity: 0;
    padding: 0px;
}
.StartPageContents .contentsContainer {
    /*height: 90%;*/
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.StartPageTexts {
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*width: 70%;*/
}
.StartPageImage {
    background-size: cover;
    background-position: center, center;
    margin: 0;
    width: 80%;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    border-radius: 15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    transform: translate3D(0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.mainTitle {
    background-size: cover;
    background-position: center, center;
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 50.625%;
    position: relative;
    border-radius: 15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    transform: translate3D(0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
}
#q_img img {width: 100%;}
.Logo {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    transform: translate3D(0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    position: absolute;
    top: 0;
    height: auto;
	height: 95px;
    transform-origin: 50% 43%;
    width: 100%;
    will-change: transform;
    z-index: 10;
	
}
.Logo .logoImage {
    position: absolute;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 47.7%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.StartPageTexts .title {
    font-size: 32px;
	line-height: 35px;
    font-weight: bold;
    margin-bottom: 5px;
	color: #e23445;
}
.StartPageTexts .description {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
	color: #3b6e39;
}

.btnContainer {
    width: 100%;
    height: auto;
    position: relative;
    flex: 0 1 auto;
    margin: 5px 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    transform: translate3D(0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
}

.btnContainer .Button {
    position: relative;
    height: auto;
    min-height: 54px;    	
    display: flex;
    cursor: pointer;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    transform: translate3D(0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    flex-direction: row;
	border-radius: 35px;   
	margin-bottom: 20px;
	margin-top: 0px;
}
.btnContainer .Button:hover {
    transform: translateY(-4px);	
}
.btnContainer .testRe {
	border:1px solid #e23445;
    background: none;
	color: #e23445;
	box-shadow: rgba(255, 136, 64, 0.34) 0px 5px 10px; 
	width: 80%; 
	transition: transform 0.2s ease-in-out 0s, background-color 0.2s ease 0s; 
}
.btnContainer .testRe:hover {
     background: #e23445;
	color: #ffffff;
}
.btnContainer .testSh {
	border:1px solid #fc8d28;
    background: none;
	color: #fc8d28;
	box-shadow: rgba(252, 141, 40, 0.34) 0px 5px 10px; 
	width: 80%; 
	transition: transform 0.2s ease-in-out 0s, background-color 0.2s ease 0s;
}
.btnContainer .testSh:hover {
     background: #fc8d28;
	color: #ffffff;
}

.btnContainer .Button .btnText {
    padding: 6px;
    line-height: 24px;
    word-wrap: normal;
    word-break: normal;
    white-space: pre-line;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    letter-spacing: 2px;
	
}
#listResultArea span#365c { color: #2b80ff;}
#listStartButton {
	position: relative; 
	width: 100%;     
	justify-content: center;    
	align-items: center; 
	margin: auto;	
    cursor: pointer;
}
.listTButton-kakao {	
	float:left; 
	width: 49%; font-size: 1.0rem;
	background: #F49801;    
    border: none;
    padding: 15px 0px 15px 0; 
	border-radius: 35px;
	border: 0px solid #002c69;	
	color: #fff;
	text-align: center;
	border: 1px solid #000000; box-shadow: rgba(0,0,0, 0.9) 2px 3px 0px;
	margin-bottom: 20px;
}
.listTButton-kakao:hover {
    transform: translateY(-4px);
}

.listTButton-mildan {
	float:right;
	width: 48%; font-size: 1.0rem;
	background: #34B001;	
    border: none;
    padding: 15px 0px 15px 0; 	
	border-radius: 35px;
	border: 0px solid #002c69;		;
	text-align: center;
	transform: translate3D(0, 0, 0);
	border: 1px solid #000000; box-shadow: rgba(0,0,0, 0.9) 2px 3px 0px;
	color: #fff;
	text-decoration: none; 
}
.listTButton-mildan:hover {
    transform: translateY(-4px);
}
#kakao-link-btn{ 	
    letter-spacing: 0px;    	
	text-decoration: none; 	
}

#mildan-link-btn{  
    letter-spacing: 0px;	
}
/*밀당지*/
/*.start{    	
	background: url("/mildang365/img/main4_bg.png") repeat;		
	
}*/
.start_main_wrap { 
	width: 100%;  
	height:100%;
	background: url("/mildang365/img/main4_m.png") no-repeat center top;	
	image-rendering:-webkit-optimize-contrast;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.start_main { 
	margin-top: 353px;
    padding: 30px;	
	/*min-width: 350px;*/
    max-width: 600px;
	min-height:450px;
	color: #ffffff;
	font-size: 1.9rem;	
	text-align: center;
}
.fonts_color{
	margin-top:30px;
	color: #173854;
	line-height: 1.8rem;
	font-size: 1.3rem;	
	font-weight: bold;	
}

.yellow > :nth-child(2){
    text-align: center;
    padding-bottom: 10px;
}
.main-img{
    max-width: 100%;
    max-height: 100%;
}
.intro4{
    align-items: unset;
}

.intro4 > div > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    font-size: 1em;
    width: -webkit-fill-available;
    height: 47%;
    padding: 2%;
    flex: 1;
}
.intro4 > div > div > button{
    font-size: 4vw;
    
    height: fit-content;
    padding: 6% 17%;

    margin: 3vh 0;
    border: none;
    border-radius: 14px;
    /* width: max-content; */
    width: inherit;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    
    
} 
.intro4 > div > div > a > button{
    font-size: 4vw;
    width: -webkit-fill-available;
    height: fit-content;
    padding: 6% 17%;

    margin: 3vh 0;
    border: none;
    border-radius: 14px;
    /* width: max-content; */
   
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    
    
} 
.caption{
    text-align: center;
}

#bgm {
    background: black;
    color: white;
    margin-top: 7px;
    text-align: center;
    font-weight: 800;
    border-radius: 11px;
    cursor: pointer; box-shadow: 1px 5px 0 rgb(0,0,0,0.5);
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
#bgm:focus{
    box-shadow: 1px 1px 0 rgb(0,0,0,0.5); position: relative; top:2px;
}
.intro > div > div > a {
    width: inherit;
}
.intro > img {
    cursor: pointer;
}
.intro4 > div > img {
    cursor: default ;
    max-width: 66%;
    max-height: 100%;
    width: -webkit-fill-available;
}
.intro4 > div > div >a> button:first-child{
    font-size: 4vw;
    background: black;
    color: white;
    
}
.intro4 > div > div > button:nth-child(2){
    background: #ffc800;
}

.intro_info{
    text-align: center;
    color: #808080a6;
}

#img{
    width: 100%;
}



.listTButton-mildang {
	float:right;
	width: 48%; 
	background: #ff5d40;	
    border: none;
    padding: 15px 0px 20px 0; 
	border-radius: 5px;
	border-radius: 25px;
	border: 1px solid #002c69;	
	box-shadow: rgb(0 44 105 / 100%) 5px 10px 0px -2px;
}


#mildang-link-btn{  
    letter-spacing: 0px;   
	font-size: 1.5rem;  color: #fcff00;
	text-decoration: none; 
}
#mildang-link-btn:hover{
    color: #fcff00;
}


/*결과페이지*/
.ResultPage {
    transition: background-color 0.2s ease;
    z-index: 99;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 -2px 10px 1px rgb(0 0 0 / 20%);
	background-color: #fafafa;
}
.ResultImage {
    width: 100%;
    top: 0px;
    height: 0px;
    position: relative;
    padding-bottom: 100%;
}
.ResultImage .imgHover {
    z-index: 3;
    transform: scaleY(1.01);
}
.ResultImage .image, .ResultImage .imgHover {
    position: absolute;
    width: 100%;
    height: 0px;
    padding-bottom: calc(100% + 8px);
}
.ResultImage .image {
    transition: background-color 0.2s ease;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}
.ResultCard {
    position: relative;
    height: auto;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5;
    backdrop-filter: blur(10px) brightness(115%);
    -webkit-backdrop-filter: blur(10px) brightness(115%);
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
	
}

.ResultCardTitle {
    width: 100%;
    position: relative;
    height: auto;
    min-height: 60px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    word-wrap: normal;
    word-break: normal;
    font-weight: bold;
}
.ResultCardTitle .smallTitle {
    margin-bottom: 0px;
}
.Line {
    position: relative;
    width: 100%;
}
.Line .box {
    position: absolute;
    height: 100%;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
hr {
    background-color: rgba(226, 52, 69, 0.25);
}
.ResultCardText hr {
    width: 30px;
    height: 5px;
    border: none;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px auto;
    opacity: 1 !important;
}
.ResultCardText {
    position: relative;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    line-height: 1.5;
}
.ResultCardText ul {
    transform: translateX(2px);
    list-style-position: outside;
    text-indent: -8px;
    margin-left: 8px;
    padding: 0 !important;
}
.ResultCard .shareText {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin: 20px 0px;
}
.ResultCardText ul li {
    list-style: none;
}
.ResultCardText ul li:before {
    color: rgba(226, 52, 69, 95);
}
.ResultCardText ul li:before {
    content: "-";
    margin-right: 5px;
    font-size: 20px;
    line-height: 19px;
    display: inline-block;
    /* vertical-align:sub;*/
	vertical-align:middle;*
}
.ResultCardText * {
    margin: 10px 0;
    word-wrap: normal;
    word-break: normal;
    width: 100%;
}
.ResultCardText li {
    font-size: 20px;
    margin-bottom: 15px;
	letter-spacing: 0.4px;
    line-height: 28px;
}
.Space {
    position: relative;
    opacity: 0;
    padding: 0px;
}

.btnContainer {
    width: 100%;
    height: auto;
    position: relative;
    flex: 0 1 auto;
	padding: 0 10px;
    margin: 5px 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    transform: translate3D(0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;	
}

/* 신청하기 */
.intro-aright {
    display: flex;
    align-items: center;
    position: relative;
    border: 0px solid #000;	
	width: 90%;
	margin: auto;
}
.subscribe {
    /*max-width: 400px;*/
    margin: 0.5rem 0 0;
	margin: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
	margin-top: 15px;
	margin-bottom: 15px;
}
.subscribe .textfield {
    margin: 0;
	margin: 0rem 0;
    position: relative;
}
.subscribe .textfield+.textfield {
    margin-top: 0.5rem;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}
.subscribe .textfield .textfield-input {
    background: #fff;
	display: block;
    width: 100%;
    padding: 2px 30px 2px 0.5rem;
    border: 1px solid #163854;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0;
    font: inherit;
    color: #163854;
    transition: all .2s;
    outline: none;
    box-shadow: none;
}
.red_error {
    color: #e41b23;
    font-size: 0.8rem;
}
.red_error2 {
    color: #e41b23;
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding-top: 8px;
}
.white_error {
    color: #ffffff;
    font-size: 0.1rem;
}
.checkbox, .radio {
    display: block;
    padding: 0.5rem 0;
    position: relative;
}
#stb_form_submit_button {
    min-height: 95px;
    padding: 0.1rem 1.8rem;
}
.primary-button {
    display: inline-block;
    min-width: 104px;
    background: #163854;
    padding: 20px 4.52rem 21px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #163854;
    color: #ffffff;
}
.mobile-block {
    display: none;
}
input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-appearance: checkbox;
    position: absolute;
    outline: auto;
}
input[type='checkbox'] {
    background: #fff;
    border: solid 1px #ddd;
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    padding: 0;
    border: 0 \0/IE8+9;
    margin: 2px;
    margin: 2px\0/IE8+9;
    vertical-align: middle;
}
input[type=checkbox]+label {
    display: block;
    height: 16px;
    padding-left: 1.3rem;
    line-height: 16px;
    position: relative;
}
input[type=checkbox]+label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 0;
    border: 1px solid #163854;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
input[type=checkbox]:checked+label:before {
    background: #161616;
    border-color: #161616;
    -webkit-animation: ripple2 .2s linear forwards;
    animation: ripple2 .2s linear forwards;
}
input[type=checkbox]:checked+label:after {
    display: block;
    border-color: #fff;
}
.checkbox a, .radio a {
    display: inline!important;
    margin: 0!important;
    text-decoration: underline;
    color: #163854;
    position: absolute;
    right: 0;
    top: 50%;
    /* transform: translateY(-50%); */
}
input[type=checkbox]+label:after {
    content: "";
    display: none;
    width: 8px;
    height: 2px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right-color: #000;
    border-top-color: #000;
    position: absolute;
    left: 3px;
    top: 5px;
    transform: rotate(-45deg);
}

@media screen and (min-width: 768px) { 
   .main-img{
       max-width: 1366px;
	   min-width: 1366px;
   }	
 }
@media screen and (min-width:558px){
    #img{
        max-width: 498px;
    }
    #explain{
        max-width: 498px;
    }
    .intro4 > div > div >a> button:first-child{
        font-size: 3.5vh;
    }
    .intro4 > div > div > button {
       font-size: 3.5vh;
    }
	.level_per{
	
	font-size: 2.5rem;	
	letter-spacing: -3px;
	color: #000;
	
}
}
@media screen and (max-width: 568px) { 
	
	.start_main_wrap { 	
	background: url("/mildang365/img/main4_m.png") no-repeat center top;	
	image-rendering:-webkit-optimize-contrast;
	}
	.start_main { 
		margin-top: 373px;
    padding: 20px;	
	/*min-width: 350px;*/
    max-width: 600px;
	min-height:430px;
	font-size: 1.4rem;	
	word-break: keep-all;
	}
	.fonts_color{
	margin-top:20px;
	color: #173854;
	line-height: 1.7rem;
	font-size: 1.1rem;	
	font-weight: bold;	
	letter-spacing: -1.3px;
	}
	.listTButton-kakao {	
		width: 48%; 	
	}
	.listTButton-mildan {
		margin-left: 5px;
		width: 48%;
	}
	#kakao-link-btn {    
    font-size: 0.9rem;
	}
	#mildan-link-btn {
    font-size: 0.9rem;
	}
}
.puff-in-center{-webkit-animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) both;animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) both}
.fade-in{-webkit-animation:fade-in 1s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in 1.4s cubic-bezier(.39,.575,.565,1.000) both}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}
/* ----------------------------------------------
 * Generated by Animista on 2021-7-28 2:6:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}
 
@keyframes typing{
    0% {
      width: 0%;

    }
 
    100% {
      width: 100%;
    }
  }
.intro{
    flex-direction: column;
    display: none;
    height: 100vh;
    padding:30px;
    justify-content: center;
    align-items: center;

}

.text-focus-in{animation:text-focus-in 1.5s linear both}
@keyframes text-focus-in{0%{filter:blur(12px);opacity:0}100%{filter:blur(0);opacity:1}}
.intro-txt{
    display: none;
}
.animate__animated{
    flex:1;
    justify-content: center;
    align-items: center;
    font-size: 2vh;
}
#page{
    flex:1;
    display: flex;
    justify-content: center;
    
}
#page-btn:hover{
    text-decoration: underline;
    font-weight: 700;

}
#page-btn{
    cursor:pointer;
    height: fit-content;
}
@media screen and (min-width:540px) {
    .progress{
        max-width: 480px;
    
    }
    .btn{
        max-width: 480px;

    }
    #question-box{
        max-width: 480px;
    }
}
.info{
    font-size: 17px;
}
.question {
    flex-direction: column;
    /*justify-content: center;*/
    /*background: url("/mildang365/img/bg_img.jpg") repeat;	*/
	/*background: url("/mildang365/img/main4_bg.png") repeat;	*/
	image-rendering:-webkit-optimize-contrast;
    display: none;
	min-height:700px;
    height: 100vh;   
    padding: 10px;	
    text-align: center;        
}

.question-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}
#top {position: relative; width: 100%; max-width: 480px; /*background: #ffff42;*/}
.result{	
    flex-direction: column;
	/*background: url("/mildang365/img/bg_img.jpg") repeat;*/
	/*background: url("/mildang365/img/main4_bg.png") repeat;	*/
    justify-content: center;    
    display: none;    
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    text-align: center;
	min-height:800px;
	height: 100vh;  
	/*background-color:#e7e8ea;*/
	position: relative;
}

.btn{
    background: #fff;
    border: 2px solid #6b55be;		
    border-radius: 35px;   
    margin-bottom: 20px;   
    /*min-height: 53px;*/
    color: #6b55be;
    font-size: 18px;
    width: -webkit-fill-available;
    height: min-content;
	letter-spacing: 1.5px;
	padding: 20px 20px;
	word-break: keep-all;    
}

@media (min-width: 860px) {
    .btn:hover {
    background: #6b55be;
	color: #fff;
	box-shadow: 0px 10px 0px 0px #443678;
    }
}


.btn:before {
      transform: skewX(-45deg) translateX(13.5em);
     transition: all 0.5s ease-in-out;
    }

#B{
    /*background-color: #fff;*/
}
#D{
    /*background-color: #fff;*/
}
.startbtn {
	background: #e23445; border: 1px solid #000000; box-shadow: rgba(0,0,0, 0.9) 2px 3px 0px; 
	transition: transform 0.2s ease-in-out 0s, background-color 0.2s ease 0s;
}
#listResultArea {
	font-weight: bold;
	color: #000000; 
	font-size: 1.4rem; 
	margin-bottom: 10px; 
	max-width: 480px;
	margin: 0 auto;
	background-color: #f7f7f4;
	
}
#listResultButton {
	font-weight: bold;
	margin-bottom: 10px; 
	max-width: 510px;
	margin: 0 auto;
	position: relative; 
	width: 100%;     
	justify-content: center;    
	align-items: center; 
	margin: auto;	
    cursor: pointer;
	padding: 0px 3px 0px 10px;
}
#listResultButton .btnT2 {background: #e23445; border: 1px solid #000000; box-shadow: rgba(0,0,0, 0.9) 2px 3px 0px; transition: transform 0.2s ease-in-out 0s, background-color 0.2s ease 0s;}
#listResultButton .btnT3 {order: 0px solid #000000; width: 100%;}
#listResultArea .result_level{text-align:center; width:100%;}
#listResultButton .text {text-align: left; position: relative;}


#listResultArea .result_level_text {
	text-align:center;     
	margin-bottom:25px;	
	 border: 0px solid #173854;
	display: flex;
	margin-top:-15px;
}
#listResultArea .result_level_text_line {
	text-align:center;
	margin: 0 auto;
	max-width: 480px;
    border: 0px solid #173854;
	padding: 0px 20px;
	padding-bottom: 30px;
}
#listResultArea .result_level_text_line span.txt_n{
	border: 2px solid #6b55be;
	color: #6b55be;
	font-weight: 700;
	font-size: 25px;
	padding: 2px;
}
.level_per{
	position: absolute;
	top:41%;
	left:21%;
	font-size: 2.3rem;	
	letter-spacing: -3px;
	color: #000;
	
}

.level06 {	
/*	background: #ff0e03;   */
}
.level05 {	
	/*background: #fe9000;   */
}
.level04 {	
		/*background: #ffee9d;    */
}
.level03 {	
		/*background: #54f058;    */
}
.level02 {	
	/*	background: #5bccf6;    */
}
.level01 {	
		/*background: #ffffff;    */
}


#listResultArea h4{font-weight: bold; font-size: 1.8rem;
	margin-block-start: 0.5em;
    margin-block-end: 0.3em;
}
#listResultArea img{width: -webkit-fill-available; max-width: 480px;
}
#listResultArea span{
	color: #2b80ff;
}
.white{text-align: center; margin-bottom: 15px;}
/*#start{
    box-shadow: 1px 2px 0 rgb(0,0,0,0.2);
    /*border: none;
    border-radius: 15px;*/
	
    border: 3px solid #002c69;	
	box-shadow: rgb(0 44 105 / 100%) 5px 10px 0px -2px;
    border-radius: 35px;   
    font-size: 29px;
    padding: 10px 50px;
    margin-top: 20px;
	width: 100%;
    background-color: #ff5d48;
	color:#ffffff;
    letter-spacing: 6px;			
}

#start:hover{
    color: #FFF500;
}*/
#restart {
    box-shadow: 1px 2px 0 rgb(0 0 0 / 20%);
    border: 1px solid #002c69;
    box-shadow: rgb(0 44 105) 5px 10px 0px -2px;
    border-radius: 35px;
    font-size: 29px;
    padding: 10px 50px;
    margin-top: 20px;
    width: 100%;
    background-color: #173854;
    color: #fff;
    letter-spacing: 6px;
}
#restart:hover{
    color: #FFF500;
}
#start2{
    display: none;
    box-shadow: 1px 1px 0 rgb(0,0,0,0.5);
    border: none;
    border-radius: 5px;
    font-size: 29px;
    padding: 10px;
    margin-top: 20px;
    color:#D8FF00;
    letter-spacing: 6px;
}
#start2:hover{
    background-color: #ff23233b;
}
#start2:active{
    box-shadow: 1px 1px 0 rgb(0,0,0,0.5); position: relative; top:2px;
}

#start:active { box-shadow: 1px 1px 0 rgb(0,0,0,0.5); position: relative; top:2px; }
#start3{
    box-shadow: 1px 5px 0 rgb(0,0,0,0.5);
    border: none;
    border-radius: 15px;
    font-size: 20px;
    padding: 10px;
    margin-top: 10px;
    background-color: #ff23233b;
    letter-spacing: 6px;
}
#start3:hover{
    background-color: #ff23233b;
}
#start3:active{
    box-shadow: 1px 1px 0 rgb(0,0,0,0.5); position: relative; top:2px;
}
#start3 > a{
    text-decoration: none;
    color: black;
}

.progress-bar{
    background: linear-gradient( 45deg, #6b55be, #ff5d48 );
    border: 8px solid #6b55be;
    border-radius: 21px;
}
.progress{
    background: #e7e1ff ;
    border-radius: 21px;
    /*box-shadow: 1px 1px 1px 1px grey;*/
    width: -webkit-fill-available;
}
.question-box-all {
	display: none;
	background: #ededed; 
	width: 100%; 
	max-width: 480px; 
	margin:00px 0px 20px 0px; 
	border: 0px solid #173854;	
	border-radius: 10px;  
	padding: 20px 10px 10px;
}

#question-box{
    /*border: 1px solid black;*/
    /*background: white;*/
    /*height: 130px;*/
	font-size: 25px;
    /*box-shadow: 1px 1px 1px 1px grey;*/
    /*margin: 12px 0 51px 0;*/
    display: flex;
    justify-content: center;
    /*align-items: center;    */
    width: -webkit-fill-available;
    padding: 10px 10px 30px 10px;
	color: #000000;
}
#title{
    margin:0px 0px 0px 0px ;	
    font-size: 25px;
	color: #fec001;
}

#explain{
    font-size: 18px;
    letter-spacing: 1.5px;
    padding: 13px;
    border-radius: 10px;
    margin: 13px auto;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 18px -2px, rgb(0 0 0 / 43%) 0px 3px 16px -3px;
}
#animal{
    font-weight: 800;
    text-shadow:#999999 4px 3px 3px;
    letter-spacing: 1.5px;

}
.footer{
    padding: 10px;
    font-size: 10px;
    background: #c1c1c1;
    color: white;
    font-weight: lighter;
}

.intro4 > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* flex: 6; */
    height: 77%;
}
.intro > img {
    width: 300px;
}