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

body {
  font-family: "MICEGothic Bold", "Futura", "Noto Sans KR" sans-serif;
  background-color: #fff;
  -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 {
  background-color: #fff;
  width: 100%;
  max-width: 560px;
  padding-bottom: 80px;
  margin: auto;
  scrollbar-width: none;
}

/* 네브 */
.nav-container {
  background-color: rgba(255, 255, 255, 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: #000;
  padding: 0px;
}
.navbar-brand:hover {
  color: #000;
}

/* 결과 */
.result {
  width: 100%;
  letter-spacing: -0.4px;
  color: #111;
  text-align: center;
  padding: 0px 20px;
}
.result-prod {
  font-family: "MICEGothic Bold";
  font-size: 16px;
  color: #777;
  line-height: 100%;
  margin: 40px 0px 12px 0px;
}
.result-char{
  font-family: "MICEGothic Bold";
  font-size: 28px;
  color: #ED7D31;
  line-height: 140%;
}
.result-img {
  width: 100%;
  max-width: 320px;
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
}
.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: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.4px;
  color: #333;
  padding: 12px 0px;
  border-bottom: 1px solid #ddd;
}
.con {
  font-family: "Noto Sans KR";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.4px;
  color: #777;
}

/* CTA */
.button-flex {
  width: 100%;
  color: #fff;
  background: #DA4F70;
  padding: 10px;
  border: 2px solid #DA4F70;
  border-radius: 36px;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-family: "MICEGothic Bold";
  letter-spacing: -0.4px;
  font-size: 20px;
  font-weight: 400;
  margin: 40px 0px 12px 0px;
}
.button-flex:hover {
  background: #6667AB;
  border: 2px solid #6667AB;
  color: #fff;
  transition: all .2s ease;
  cursor: pointer;
}
.button-retry {
  width: 100%;
  margin: 0;
  color: #bbb;
  background: #fff;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 36px;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-family: "MICEGothic Bold";
  letter-spacing: -0.4px;
  font-size: 20px;
  font-weight: 400;
}

.button-retry:hover {
	color: #111;
	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";
  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 {
  width: 100%;
  border-radius: 8px;
}
.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;
}