@import '../../styles/reset.css';
@import '../../styles/common.css';
@import '../../styles/header.css';
@import '../../styles/footer.css';
@import '../../styles/ad.css';
@import '../../styles/media.css';
@import 'media.css';

@import 'chat.css';
@import 'title.css';
@import 'input.css';
@import 'result.css';

@font-face {
  font-family: 'MapoBackpacking';
  src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoBackpackingA.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

.fortune_upper_ad {
  margin-top: 10px;
}

.fortune_upper_ad3 {
  margin-top: 30px;
}

.hidden {
  visibility: hidden;
}

.main_content_wrap {
  margin-top: 60px;
}
.header_chat {
  position: fixed;
  top: 0px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'MapoBackpacking';
}

.header_chat_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  background-color: #2f2f32;
}

.header_chat_back {
  width: 40px;
}

.header_chat_back i {
  font-size: 24px;
  color: white;
}

.header_chat_title {
  color: rgb(202, 202, 202);
  font-size: 20px;
  text-decoration: none;
  margin-right: 16px;
}

.header_selected {
  color: #fbd500;
  font-weight: 700;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}

.header__upper {
  z-index: 2;
  padding: 24px;
  background-color: #18181b;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -1px;
}

.header__title {
  display: flex;
  font-family: 'Yeon Sung', cursive;
  align-items: flex-end;
}

.header__title:hover {
  cursor: pointer;
}

.header__title__title {
  color: white;
  font-size: 32px;
  text-decoration: none;
}

.header_title_date {
  color: white;
  opacity: 0.8;
  margin-left: 10px;
}

.header_nav_wrap {
  width: 100%;
  padding: 20px;
  color: white;
  background-color: #18181b;
  position: relative;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
  overflow-x: scroll;
  white-space: nowrap;
}

.header_nav_content {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  margin-right: 6px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.header_nav_select {
  color: rgb(255, 214, 32);
  font-weight: 500;
}

.header_fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
