/* font */
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Futura-Book.ttf");
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Futura-Medium.ttf");
}    
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Futura-Bold.ttf");
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Futura-Heavy.ttf");
}
@font-face {
  font-family: 'MICEGothic Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-01@1.0/MICEGothic Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* animation */


body {
	font-family: "MICEGothic Bold", "Futura", "Noto Sans KR" sans-serif;
	background-color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-overflow-style: none; /* IE and Edge */
}
::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera*/
}

.main-container {
	width: 100%;
	max-width: 560px;
	padding-bottom: 80px;
	margin: auto;
	scrollbar-width: none;
}

/* 네브 */
.nav-container {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 20px;
}
.nav-option {
  padding: 0px;
}
.navbar-brand {
  font-family: "Futura";
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.2px;
  color: #fff;
  padding: 0px;
}
.navbar-brand:hover {
  color: #fff;
}

/* 결과 */
.result {
	width: 100%;
	letter-spacing: -0.4px;
	color: #eee;
	text-align: center;
	padding: 0px 20px;
}
.result-prod {
	font-family: "MICEGothic Bold";
	font-size: 16px;
	color: #bbb;
	line-height: 100%;
	margin: 40px 0px 12px 0px;
}
.result-char{
	font-family: "MICEGothic Bold";
	font-size: 28px;
	color: #F36513;
	line-height: 140%;
}
.result-img {
	width: 100%;
	max-width: 320px;
	margin-top: 20px;
	border: 1px solid #eee;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: inset 8px 8px 8px rgba(0, 0, 9, .1);
}
.descript {
	width: 100%;
	margin: auto;
	margin-top: 12px;
	text-align: left;
	display: flex;
	flex-direction: column;
}
.tag {
	margin-bottom: 12px;
	font-family: "Noto Sans KR";
	font-weight: 800;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.4px;
	color: #eee;
	padding: 12px 0px;
	border-bottom: 1px solid #ccc;
}
.con {
	font-family: "Noto Sans KR";
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.4px;
	color: #bbb;
}
.bold {
	font-family: "Noto Sans KR";
	font-weight: 900;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.4px;
	color: #F36513;
}

/* CTA */
.button-flex {
	width: 100%;
	color: #fff;
	background: #F36513;
	padding: 10px;
	border: 2px solid #F36513;
	border-radius: 36px;
	transition: all .2s ease;
	outline: none;
	text-transform: uppercase;
	font-family: "MICEGothic Bold";
	font-size: 20px;
	margin: 40px 0px 12px 0px;
}
.button-flex:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #F36513;
	transition: all .2s ease;
	cursor: pointer;
}
.button-noflex {
	width: 100%;
	color: #F36513;
	background: rgba(255, 255, 255, 0);
	padding: 10px;
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 36px;
	transition: all .2s ease;
	outline: none;
	text-transform: uppercase;
	font-family: "MICEGothic Bold";
	font-size: 20px;
	margin: 40px 0px 12px 0px;
}
.here-flex {
	border-radius: 8px;
	padding: 8px 12px;
	background-color: #F36513;
	color: #fff;
}
.here-flex:hover {
	border-radius: 8px;
	padding: 8px 12px;
	background-color: #fff;
	color: #F36513;
}	
.button-retry {
	width: 100%;
	margin: 0;
	color: #777;
	background: none;
	padding: 10px;
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 36px;
	transition: all .2s ease;
	outline: none;
  text-transform: uppercase;
  font-family: "MICEGothic Bold";
  font-size: 20px;
}

.button-retry:hover {
	color: #eee;
	border: 2px solid rgba(255, 255, 255, 0);
	transition: all .2s ease;
  cursor: pointer;
}

.button-retry:active {
	border: 0;
	transition: all .2s ease;
}

#endbox {
	margin-top:40px;
}

/* 공유하기 */
.share-container {
	width: 100%;
	padding: 0px 20px 40px 20px;
	text-align: center;
	justify-content: center;
}
.text-share {
	font-family: "Noto Sans KR";
  color: #eee;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.4px;
}
.btn-share-wrap {
	display: grid;
	grid-template-columns: repeat(4, 36px) ;
	grid-gap: 12px;
	justify-content: center;
}
.btn-share {
	width: 36px;
	height: 36px;
	background-color: #333;
	border-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (hover: hover) {
	.btn-share:hover {
		-webkit-filter: invert(1);
		filter: invert(1);
	}
}
#urlCopy {
	width: 100%;
	height: 100%;
	padding: 0px;
}
.ico-share {
	width: 100%;
}

/* 광고 */
.ad-container {
	margin-top:40px;
	padding: 0px 20px;
}
.flex-frame {
	width: 100%;
	height: 120px;
	background-color: #111;
	border-radius: 8px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
.flex-img {
	height: 100%;
}
.ad-frame {
	width: 100%;
	height: 120px;
	border: 2px solid #111;
	border-radius: 8px;
	overflow:hidden;
	margin-top: 20px;
}

/* 푸터 */
.footer-container {
	width: 100%;
	background-color: #fff;
	color: #aaa;
	text-align: center;
	padding: 40px 20px;
}

.others {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  row-gap: 40px;
  margin: 20px;
	text-align: center;
}
.other-img {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: inset 8px 8px 8px rgba(0, 0, 9, .1);
}
.other-text {
	font-family: "MICEGothic Bold";
	font-size: 16px;
	color: #bbb;
	line-height: 100%;
	margin: 12px 0px 6px 0px;
}
.other-name {
	font-family: "MICEGothic Bold";
	font-size: 20px;
	color: #eee;
	line-height: 100%;
}