body {
	font-family: 'Do Hyeon', sans-serif;
	background-color: #000000;
	box-sizing: border-box;
	color: #FFFFFF;
}

.section {
	flex-grow:1;
	margin:0 auto;
	max-width:600px;
	position:relative;
	width:100%;
	margin-bottom:10px;
	padding-top:5px
}

.section-sub {
	background:#fafafa;
	background:rgba(var(--b3f,250,250,250),1);
	border-bottom:1px solid #dbdbdb;
	border-bottom:1px solid rgba(var(--b6a,219,219,219),1);
	display:block;
	overflow-y:hidden;
	padding:10px 0;
}

.section-icon {	
	user-select:none
}

.title {
	line-height: 1.67;
	text-align: center;
	color: #424242;
}

.subtitle {
	line-height: 1.53;
	text-align: center;
	color: #6E6E6E;
}

.camera-input-wrap {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	object-fit: contain;
	border-radius: 0px;	
	background-color: #ffffff;
	text-align: center;
}

.camera-input-wrap:hover {
    background-color: #35465d82;
}

.camera-input-btn {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.camera-input-btn:hover {
	background: #1AA059;
	color: #ffffff;
	transition: all .2s ease;
	cursor: pointer;
}

.camera-input-btn:active {
	border: 0;
	transition: all .2s ease;
}

.camera {
    width: 20%;
}

.camera-text {
    width: 58%;
    font-size: 1.5rem;
    line-height: 1.53;
    text-align: center;
    color: #424242;
    margin: 0 auto;
}

.camera-input-content {
	background: #FFFFFF;
	display: none;
	text-align: center;
	color: #424242;
}

.camera-input-image {
	max-height: 50%;
	max-width: 50%;
	margin: auto;
	padding: 10px;
}

.result-message {
    font-size: 3rem;
	color: #FFBF00;
}

.talentjob-explain {
    font-size: 1.5rem;
	color: #424242;
}

.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
}

.try-again-btn {
	border-radius: 40px;
	border: solid 1.5px #2B2B2B;
	background-color: #585858;
}

.try-again-text {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 15px;
}

.header {
	width: 100%;
	height: 50px;
    background-color: #000000;
    color: #FFFFFF;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	font-family: 'Sansita Swashed', cursive;
}

.header-title {
	color: #FFFFFF;
	font-size: 1.8rem;
	text-decoration: none;
}

.header-title:hover {
	color: #FFFFFF;
	font-size: 1.8rem;
	text-decoration: none;
}

.header-icon {
	/* position: relative;
    width: 80px;
	height: auto;
    max-width: 20%;
    max-height: 30px;
	margin: 0 auto; */
	width: 25px;
	float: right;
}

.article {
	/* background-color:#fff;
	background-color:rgba(var(--d87,255,255,255),1); */
	margin-left:-1px;
	margin-right:-1px;
	border-radius:3px;
	border:1px solid #2B2B2B;
	/* border:1px solid rgba(var(--b6a,219,219,219),1); */
	margin-bottom:60px;
	margin-bottom:15px;
	padding:0;
	min-height:48px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
    background-color: #000000;
    color: #a297e0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon {
	position: relative;
    width: 70px;
	height: auto;
    max-width: 20%;
    max-height: 30px;
	margin: 0 auto;
}

.section-style {
	padding-top:30px;
	margin-bottom:10px;
}

.feed-header {
	align-items:center;
	flex-direction:row;
	height:60px;
	padding:16px;
	border-bottom:1px solid #2E2E2E;
	/* border-bottom:1px solid rgba(var(--ce3,239,239,239),1); */
	padding-right:40px;
}

.feed-comment {
	align-items:center;
	flex-direction:row;
	height:auto;
	padding:16px;
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	/* border-bottom:1px solid rgba(var(--ce3,239,239,239),1); */
	padding-right:40px;
}

.feed-div {
	position:relative;
	display:block;
	height:fit-content;
	width:fit-content;
	float: left;
}

.feed-div-div {
	align-items:center;
	align-self:center;
	display:block;
	flex:none;
	justify-content:center;
}

.feed-span {
	background-color:#000000;
	border-radius:50%;
	box-sizing:border-box;
	display:block;
	flex:0 0 auto;
	overflow:hidden;
	position:relative;
}

.feed-span::after {
	border:1px solid #2E2E2E;
	/* border:1px solid rgba(var(--jb7,0,0,0),.0975); */
	border-radius:50%;
	bottom:0;
	content:'';
	left:0;
	pointer-events:none;
	position:absolute;
	right:0;
	top:0;
}

.feed-title {
	margin-left:40px;
	/* align-items:flex-start;
	display:flex;
	flex-grow:1;
	flex-shrink:1;
	margin-left:12px;
	overflow:hidden; */
}

.feed-title-title {
	/* align-items:center;
	flex-direction:row;
	flex-grow:1;
	flex-shrink:1;
	max-width:100%;
	overflow:hidden;
	padding:2px;
	top:1px; */
}

.feed-title-span {
	position:relative;
	font-size: 1.5rem;
}

.feed-comment-sub {
	/* align-items:flex-start;
	display:flex;
	flex-grow:1;
	flex-shrink:1;
	margin-left:12px;
	overflow:hidden; */
}

.feed-comment-title {
	/* align-items:flex-start;
	display:flex;
	flex-grow:1;
	flex-shrink:1;
	margin-left:12px;
	overflow:hidden; */
}

.feed-comment-title-span {
	position:relative;
	font-size: 1.5rem;
}

.feed-comment-comment {
	/* align-items:center;
	flex-direction:row;
	flex-grow:1;
	flex-shrink:1;
	max-width:100%;
	overflow:hidden;
	padding:2px;
	top:1px; */
}

.feed-comment-comment-span {
	position:relative;
	font-size: 1rem;
}

.feed-main {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	object-fit: contain;
	border-radius: 0px;	
	background-color: #ffffff;
	text-align: center;
}

#toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    padding: 15px 20px;
    transform: translate(-50%, 10px);
    border-radius: 30px;
    overflow: hidden;
    font-size: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, transform .5s;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    z-index: 10000;
}

#toast.reveal {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0)
}

#loading {
	display: none;
}

#label-container {
    width: 80%;
    margin: 0 auto;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	html {
		font-size: 10px;
	}
	.navbar-brand {
		font-size: 2rem;
	}
}

/* label {
	cursor: pointer;
	display: inline-block;
	width: 90px;
	height: 41px;
	box-shadow: 0 0 0 8px #e5e9ea inset;
	border-radius: 30px;
	position: relative;
} */

.lotto-table {
	/* width:5px;
	height:5px;
	max-width:100%;
	border:1px solid gray;
	margin-right:5px;
	display:table;
	float:left; */
}

.lotto-cell {
	font-size:20px;
	/* font-size:50px;
	font-weight:bold;
	text-align:center;
	display:table-cell;
	vertical-align:middle; */
}

.lotto-input-wrap {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	object-fit: contain;
	border-radius: 0px;	
	background-color: #ffffff;
	text-align: center;
}

.lotto-control{
	clear:both;
}

.lotto-result{
	/* font-size:30px;
	border:1px solid;
	width:300px;
	height:50px;
	text-align:center;
	padding:10px;
	background-color:#000000; */
	font-size:30px;
	background-color:#000000;
}

.lotto-result-msg{
	/* font-size:30px;
	border:1px solid;
	width:300px;
	height:50px;
	text-align:center;
	padding:10px;
	background-color:#000000; */
	font-size:30px;
	background-color:#000000;
}

.lotto-btn {
	border-radius: 40px;
	border: solid 1.5px #2B2B2B;
	background-color: #585858;
}

.lotto-btn-text {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 15px;
}

.myvalue-input-wrap {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	object-fit: contain;
	border-radius: 0px;	
	background-color: #ffffff;
	text-align: center;
}

.myvalue-input-content {
	background: #FFFFFF;
	display: none;
	text-align: center;
	color: #424242;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	object-fit: contain;
	border-radius: 0px;
}

.myvalue-input-image {
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	padding: 10px;
	display: none;
}

#myvalue-loading {
	display: none;
}

.myvalue-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
	display: none;
}

.mnb .mnb_inner {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	margin: 0;
	text-align: left;
	padding: 10px 3%;
	box-sizing: border-box;
	z-index: 10;
	margin-right: -100%; 
}

.mnb .mnb_inner li {
    margin: 12px 0;
	list-style: none;
}

.mnb .mnb_inner li.exit {
	text-align: right;
	font-family: 'Do Hyeon', sans-serif;
	font-size: 30px;
	color: #FFFF00;
	margin-top: 0px;
	cursor: pointer; 
}

.mnb .mnb_inner li.exit:hover {
	opacity: 0.5; 
}

.mnb .mnb_inner li a {
	font-family: 'Do Hyeon', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	display: block;
	padding: 4px 12px; 
}

.mnb .mnb_inner li a:hover {
	background: #000000;
}

.header-icon-icon {
	width: 30px;
	float: right;
}

.header-icon-icon:hover {
    opacity: 0.5;
}

.start {
	display: flex;
	flex-direction: column;
}

.question {	
	color: #000000;
	display: flex;
	flex-direction: column;
}

.result {
	color: #000000;
	display: none;
	background: #FFFFFF;
	text-align: center;
	background-image: url(assets/images/stars-result.jpg);
}

.lovetype-img {
	width: 300px;
	height: 300px;
	margin: 0 auto;
}

.banner-img {
	display: flex;
	flex-direction: center;
	width: 230px;
	margin: 0 auto;
	/* max-height: 50%;
	max-width: 50%; */
}

#app-cover
{
    position: absolute;
    /* top: 50%; */
    right: 0;
    left: 20px;
    width: 141.5px;
    height: 65px;
    margin: 0 auto;
}

#checkbox
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

#path
{
    width: 121.5px;
    height: 45px;
    padding: 10px;
    background-color: #f1f3f8;
    border-radius: 50px;
    /* box-shadow: 0 40px 80px #6381cd; */
}

#knob
{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    /* box-shadow: 0 0 6px #dae4ff; */
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
    z-index: 1;
}

#bow
{
    position: absolute;
    left: 0;
    right: 10px;
    bottom: -8.5px;
    width: 15px;
    margin: 0 auto;
    transition: 0.2s ease color;
}

#bow i
{
    display: block;
    font-size: 17px;
    line-height: 1;
}

#gender
{
    position: absolute;
    top: 30%;
    right: 35px;
    width: 50px;
    font-size: 28px;
    text-align: right;
    line-height: 1;
    margin-top: -7.5px;
}

#fe
{
    position: absolute;
    left: -45px;
    color: #E91E63;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}

#male
{
	
    left: 0;
}

#male, #male span
{
    position: relative;
}

#bow, #male span
{
    color: #7aa0ff;
}

#male span
{
    z-index: 1;
}

#male:before
{
    content: '자';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: #E91E63;
    white-space: pre;
    overflow: hidden;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1) all;
    z-index: 2;
}

#path.fe
{
    background-color: #f8f1f7;
}

#checkbox:checked ~ #knob
{
    transform: rotateZ(-135deg);
    /* box-shadow: 0 0 6px #ffe2fe; */
}

#knob #bow.fe
{
    color: #E91E63;
}

#checkbox:checked ~ #gender #fe
{
    left: 0px;
}

#male.fe:before
{
    width:100%;
}

#checkbox:checked ~ #gender #male
{
    animation: move 0.2s ease 0.4s;
}

#male.ma
{
    animation: move_l 0.2s ease 0.1s;
}

@keyframes move
{
    0%{ left: 0; }
    50%{ left: 5px; }
    100%{ left: 0; }
}

@keyframes move_l
{
    0%{ left: 0; }
    50%{ left: 5px; }
    100%{ left: 0; }
}

.male_sub {
	float: left;
	color: #7aa0ff;
}

.mbti-input-wrap {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	object-fit: contain;
	border-radius: 0px;	
	background-color: #FFFFFF;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px gray;
	background-image: url(assets/images/star.jpg);
}

.mbti-btn {
    color: #0B3861;
	height: 90px;
	border: 0px solid gray;
	opacity: 80%;
	border-radius: 10px;
}

.mbti-btn:hover {
    background-color: #D8D8D8;
    border-color: #FFFFFF;
	opacity: 100%;
}

.mbti-btn:focus {
    outline: none;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}

/* .btn {
    color: #0B3861;
	height: 90px;
	border: 1px solid gray;
}

.btn:hover {
    background-color: #D8D8D8;
    border-color: #FFFFFF;
}

.btn:focus {
    outline: none;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
} */

.mbti-result-wrap {
	border: 0px dotted gray; 
	width: 90%; 
	margin:0 auto;
	border-radius: 10px;
	background-image: url(assets/images/opacity.svg);
}

.mbti-try-again-btn {
	border-radius: 40px;
	border: solid 1px #2B2B2B;
	/* background-color: #585858; */
	opacity: 80%;
}

.mbti-try-again-btn:hover {
    background-color: #D8D8D8;
    border-color: #FFFFFF;
	opacity: 100%;
}

.mbti-try-again-text {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	color:#0B3861;
	padding: 4px 15px;
}