*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
  /* font-family: 'NanumMyeongjo', serif; */
}

*::selection{
  background-color: rgba(128, 128, 128, 0.349);
}

::-webkit-scrollbar{
  width: 9px !important;
  height: 3px !important;
}

::-webkit-scrollbar-thumb{
  background-color: #8f8f8f78!important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-track{
  background-color: transparent!important;
  border-radius: 10px !important;
}

html{
  position: relative;
  width: 100%;
  min-height: 100%;
  background-color: rgb(10, 10, 10);
}

body{
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  margin: 0 0 340px;
}

a{
  text-decoration: none;
  color: black;
}

.activate{
  padding-bottom: 2px;
  border-bottom: 2px solid rgb(215, 34, 33);
}
/* portal content */
.heradee_header{
  margin: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: black;
}

.heradee_flex_div{
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  z-index: 2;
  margin: auto;
  /* position: absolute; */
  /* top: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.heradee_header_div{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0px;
}


/* logo area */
.portal_main_logo{
  display: block;
  text-align: center;
  margin-right: 20px;
}

.portal_logo{
  max-width: 52px;
  width: 100%;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}

.portal_searchbtn{
  display: none;
}

/* portal search(input) area */
.searchbar_area{
  max-width: 420px;
  width: 90%;
  /* margin: 30px auto 0 auto; */
  display: flex;
  align-items: center;
  position: relative;
  background-color: white;
  border: none;
  outline: none;
  height: 45px;
  border-radius: 35px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
}

.searchbar{
  width: 92%;
  height: 45px;
  border-radius: 20px;
  border: none;
  outline: none;
  line-height: 45px;
  letter-spacing: 1px;
  text-indent: 1rem;
  position: relative;
  font-size: 16px;
  background-color: white;
}

.searchbar::placeholder{
font-size: 15px;
}


.searchbar_btn{
position: absolute;
right: 8px;
border: none;
background-color: white;
cursor: pointer;
width: 30px;

}

.fa-search{
background-color: white;
font-size: 15px;
}


.searchbar::-ms-clear,
.searchbar::-ms-reveal{
display:none;width:0;height:0;
}

.searchbar::-webkit-search-decoration,
.searchbar::-webkit-search-cancel-button,
.searchbar::-webkit-search-results-button,
.searchbar::-webkit-search-results-decoration{
display:none;
}

/* mobile search area */
.s_overlay{
  position: fixed;
  background-color: rgba(19, 19, 19, 0.829);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: 0.5s;
}

.s_overlay.s_visible{
  height: 100%;
  opacity: 1;
  visibility: visible;
}

@keyframes fadeInLeft{
  0%{ opacity: 0; transform: translateX(-25%);}
  100%{ opacity: 1; transform: translateX(0);}
}

@keyframes fadeInTop{
  0%{ opacity: 0; transform: translateY(-25%);}
  100%{ opacity: 1; transform: translateY(0);}
}

.search_area{
  margin: auto;
  width: 100%;
  max-height: 1080px;
  align-items: center;
  justify-content: center;
}

.search_area form{
  max-width: 600px;
  width: 95%;
  display: flex;
  align-items: flex-end;
}

.search_area #MsearchBtn{
  border: none;
  background-color: transparent;
  outline: none;
  padding: 5px;
  border-bottom: 1px solid white;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;

}

.search_area form i{
  font-size: 20px !important;
  color: white !important;
  background-color: unset !important;
  /* height: 30px; */
  /* transition: 2s; */
}

.search_area input[type="search"]{
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: 35px;
  line-height: 35px;
  padding: 0px 5px;
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  outline: none;
  color: white;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.search_area input[type="search"]::placeholder{
  color: rgba(255, 255, 255, 0.709);
}

.search_area.on input[type="search"]{
  visibility: visible;
  opacity: 1;
}

.search_close{
  position: absolute;
  width: 22px;
  top: 20px;
  right: 20px;
  cursor:pointer;
  z-index: 999;
  cursor: pointer;
}

.line2 {
  background: #ffffff;
  margin-top: 6px;
  margin-bottom: 6px;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  box-shadow: 3px 4px 3px rgb(0 0 0 / 20%);
}

#line-top2 {
  transform:rotate(45deg);
}

#line-bot2 {
  transform: rotate(135deg);
}

.heradee_header_auth{
  height: 60px;
  max-width: 60px;
  width: 100%;
  margin-right: 50px;
  position: relative;
}

.content_auth{
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.content_auth2{
  display: none;
}

.auth_img,
.auth_img2{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.drop_menu{
  width: 370px;
  position: absolute; 
  right: 0px; 
  top: 80px; 
  color: rgb(100, 100, 100); 
  display: none; 
  background-color: white;
  box-shadow: 1px 1px 5px 2px rgba(184, 184, 184, 0.411);
  border-radius: 8px;
  z-index: 1;
  padding: 40px;
}

.profile_image,
.profile_image2{
  max-width: 95px;
  height: 95px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.09);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50%; 
  cursor: pointer;
  border-radius: 100%;
  position: relative;
  margin: auto;
}

.auth_info,
.auth_info2{
  max-width: 95px;
  height: 95px;
  width: 100%;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
}

.auth_info_img,
.auth_info_img2{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.planet_dp_name{
  text-align: center;
  font-weight: 700;
  color: rgb(70, 70, 70);
  margin-top: 15px;
  font-size: 14px;
}

.planet_url{
  text-align: center;
  font-weight: 400;
  color: rgb(166, 166, 166);
  margin-bottom: 30px;
  margin-top: 5px;
  font-size: 13px;
}

.my_planet{
  text-align: center;
  padding: 8px 0;
  width: 100%;
  border: 1px solid rgb(70, 70, 70);
  border-radius: 25px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14px;
}

.my_planet:hover{
  border: 1px solid rgb(120, 120, 120);
  background-color: rgb(120, 120, 120);
  color: white;
}

.go_mypage{
  text-align: center;
  padding: 8px 0;
  width: 100%;
  border: 1px solid rgb(70, 70, 70);
  border-radius: 25px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
}

.go_mypage:hover{
  border: 1px solid rgb(120, 120, 120);
  background-color: rgb(120, 120, 120);
  color: white;
}

.log_out{
  text-align: center;
  padding: 8px 0;
  width: 100%;
  border: 1px solid rgb(70, 70, 70);
  border-radius: 25px;
  margin-top: 15px;
  color: white;
  background-color: rgb(70, 70, 70);
  cursor: pointer;
  font-size: 14px;
}

.log_out:hover{
  border: 1px solid rgb(150, 150, 150);
  background-color: rgb(150, 150, 150);
}

.nav_menues{
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 0px;
}

.nav_menues li{
  color: #FFFDF3;
  list-style: none;
}

.nav_menues li a{
  color: #FFFDF3;
  padding: 0 10px 0 10px;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
}

.mobile_auth_area{
  display: none;
}

/*auth overlay start*/
.auth_overlay{
  position: fixed ;
  background-color: rgba(19, 19, 19, 0.829);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.3s;
}

.auth_overlay.visible{
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.auth_overlay.visible .auth_dropmenu{
  max-width: 370px;
  width: 95%;
  position: absolute;
  transform: translate(-50%,-20%);
  left: 50%;
  top: 20%;
  color: rgb(100, 100, 100); 
  background-color: white;
  box-shadow: 1px 1px 5px 2px rgba(184, 184, 184, 0.411);
  border-radius: 8px;
  z-index: 1;
  padding: 25px 40px;
}

.close_auth{
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
}

.close_auth ion-icon{
  font-size: 18px;
  color: black;
}

.go_login{
  text-align: center;
  padding: 8px 0;
  width: 100%;
  border: 1px solid rgb(70, 70, 70);
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
}

.go_login:hover{
  border: 1px solid rgb(120, 120, 120);
  background-color: rgb(120, 120, 120);
  color: white;
}

.go_register{
  text-align: center;
  padding: 8px 0;
  width: 100%;
  border: 1px solid rgb(70, 70, 70);
  border-radius: 25px;
  margin-top: 15px;
  color: white;
  background-color: rgb(70, 70, 70);
  cursor: pointer;
  font-size: 14px;
}

.go_register:hover{
  border: 1px solid rgb(150, 150, 150);
  background-color: rgb(150, 150, 150);
}

/*auth overlay2 start*/
.auth_overlay2{
  position: fixed ;
  background-color: rgba(19, 19, 19, 0.829);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.3s;
}

.auth_overlay2.visible2{
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.auth_overlay2.visible2 .drop_menu2{
  max-width: 370px;
  width: 95%;
  position: absolute;
  transform: translate(-50%,-20%);
  left: 50%;
  top: 20%;
  color: rgb(100, 100, 100); 
  background-color: white;
  box-shadow: 1px 1px 5px 2px rgba(184, 184, 184, 0.411);
  border-radius: 8px;
  z-index: 1;
  padding: 40px;
}

.close_auth2{
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
}

.close_auth2 ion-icon{
  font-size: 18px;
  color: black;
}

/* 가이드 버튼 ------------------------------------------*/
.portal_header{
  background-color: rgb(0, 0, 0);
  color: white;
}

/* guide_btns */
.guide_btns{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px 20px 0px;
  margin-left: 50px;
  overflow: auto;
}

.guide_btns ul{
  display: flex;
  align-items: center;
  justify-content: start;
}

.guide_btns ul li{
  list-style: none;
  margin: 0 10px 0 10px;
  cursor: pointer;
  font-size: 16px;
}

.guide_btns ul li a{
  color: white;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.103);
  padding: 6px 16px;
}

.guide_btns ul li:nth-child(1){
  margin: 0 10px 0 0;
}

.guide_btns li a:hover{
  cursor: pointer;
  background-color: rgb(97, 97, 97);
  border: 1px solid rgb(97, 97, 97);
  color: white;
  transition: 0.3s ease-in-out;
  font-weight: 900;
}


/* tabs */

.tabs_wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0 20px 50px;
  overflow: auto;
  border-bottom: 1px solid rgba(235, 235, 235, 0.801);
}

.tabs_wrap ul{
  display: flex;
  align-items: center;
  justify-content: start;
}

.tabs_wrap ul li{
  list-style: none;
  margin: 0 15px 0 15px;
  cursor: pointer;
  font-size: 18px;
  padding-bottom: 2px;
}

.tabs_wrap ul li a{
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

.tabs_wrap ul li:nth-child(1){
  margin: 0 15px 0 0;
}

/* 검색 결과 ------------------------------------------*/
.tosearch_wrap{
  width: 100%;
  color: white;
  padding: 0 90px 50px 90px;
  background-color: rgb(10, 10, 10);
}

/* ANS 검색 결과 관련 css */
.tosearch_ans,
.tosearch_gallery{
  padding: 30px 30px 0px 0px;
  width: unset;
  text-align: unset;
}

.tosearch_ans_title,
.tosearch_gallery_title{
  padding-bottom: 20px;
  /* text-align: center; */

}

.ss{
  max-width: 160px;
  width: 100%; 
  height: 160px; 
  cursor: pointer;
  border-radius: 70%; 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center;
  /* border-radius: 100%; */
  /* min-width: 160px; min-height: 160px; */
  /* border: 1px solid rgba(128, 128, 128, 0.124); */
  /* box-shadow: 1px 1px 210px 1px rgb(255 255 255 / 7%); */
  /* background-color: gray;  */
  /* display: flex;
  justify-content: flex-start;
  align-items: center; */
}

.se a{
  padding-right: 8px;
  cursor: pointer;
}

.ans_result,
.gallery_result{
  width: 100%;
  margin: 0 auto 60px auto;
  padding-bottom: 30px;
  background-color: rgb(10, 10, 10);
  min-height: 120px;
}

.fab,.fa-x-twitter{
  font-size: 20px ; color: white;
}

.grid-item{
  display: none; 
  border: 0px solid white;
  margin: 20px;
  width: 500px;
}

/* .grid-item img{
  max-width: 100%;
  max-height: 100%;
} */

.ans_bg{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.ans_text{
  text-shadow: 1.3px 1.3px 1.8px rgb(29, 29, 29);
  color: white;
  margin-left: 30px;
  height: 100%;
  cursor: pointer;
}

.ans_text:nth-child(1){
  margin-bottom: 5px;
  font-size: 18px;
}

.ans_text:nth-child(2){
  font-size: 12px;
}

.gallery_item{
  max-width: 300px;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 15px;
  display: none;
}

.gallery_item img{
  width: 100%;
  border-radius: 15px;
}

.gallery_bg{
  display: inline-block;
  position: relative;
}

.gallery_bg:hover:after,
.gallery_bg:hover > .gallery_hover{
  display: block;
}

.gallery_bg:after{
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.gallery_bg {
  overflow: hidden;
  border-radius: 15px;
}

.gallery_bg:hover .gallery_img{
  transform: scale(1.1);
  transition: 1s;
}

.gallery_hover{
  position: relative;

}

.gallery_text{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: white;
  padding: 18px 5px;
  background: 
    linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.9)
      );
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .gallery_text:nth-child(1){
  margin-bottom: 5px;
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.gallery_text:nth-child(2){
  font-size: 12px;
} */

.none_search{
  width: 100%;
  text-align: center;
  line-height: 150px;
  color: rgb(184, 184, 184);
}

.more_div{
  position: absolute;
  bottom: -60px;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
}

.more_btn{
  display: flex;
  align-items: center;
  border: 1px solid rgb(128, 128, 128);
  padding: 5px 28px;
  border-radius: 30px;
  color: rgb(128, 128, 128);
}

.more_btn:hover{
  cursor: pointer;
  border: 1px solid rgb(253, 253, 253);
  color: rgb(253, 253, 253);
  transition: 0.3s ease-in-out;
}

.more_btn span{
  cursor: pointer;
  line-height: 28px;
  font-size: 18px;
  font-weight: 900;

}

.more_btn .fas{
  cursor: pointer;
  line-height: 28px;
  font-size: 18px;
  font-weight: 900;
  padding-right: 5px;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

/* footer */
.footer {
  position:absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(20, 20, 20);
  color: white;
  text-align: center;
  /* height: 340px; */
  margin: auto;
}

.footer a{
  text-decoration: none;
  color: white;
}

.footer_menu_wrap{
  /* border-top: 1px solid black ; */
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer_menu{
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  max-width: 500px;
  list-style: none;
  justify-content: space-evenly;
  display: flex;
  font-size:small;
  font-weight:bold;
}

.footer_contents{
  position: relative;
  margin: auto;
  padding: 20px 0 20px 0;

  /* max-width: 1440px; */
}

.footer_logo{
  height: 80px;
  padding-bottom: 20px;
}

.footer_leftcontents{
  list-style: none;
  font-size: 14px;
  text-align: center;
}

.first_parag{
  line-height: 25px;
}

.first_parag span{
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.second_parag{
  line-height: 25px;
}

.footer_rightcontents{
  list-style: none;
  font-size: 12px;
  margin-left: 0;
  text-align: center;
}

.third_prag{
  line-height: 25px;
}

.fourth_parag{
  line-height: 25px;
}

.fifth_parag{
  line-height: 25px;
  font-weight: bold;
}

.scrollToTop{
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 25px;
  font-size: 25px;
  color: rgb(207, 207, 207);
  border:1px solid rgb(128, 128, 128);
  border-radius:70%;
  padding:5px 12px;
  font-family: 'NanumMyeongjo', serif;
}

/* loading bar */
.loading_bar{
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(7, 7, 7, 0.60);
  z-index: 9999999;
}

@keyframes ldio-x6kf0jqti8h {
  0% {
    top: 44px;
    left: 44px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 7px;
    left: 7px;
    width: 74px;
    height: 74px;
    opacity: 0;
  }
}

.ldio-x6kf0jqti8h div {
  position: absolute;
  border-width: 6px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-x6kf0jqti8h 1s cubic-bezier(0,0.2,0.8,1) infinite;
}

.ldio-x6kf0jqti8h div:nth-child(1) {
  border-color: #ffffff;
  animation-delay: 0s;
}

.ldio-x6kf0jqti8h div:nth-child(2) {
  border-color: #b9b9b9;
  animation-delay: -0.5s;
}

.loadingio-spinner-ripple-3965e52tnvr {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-60%);
  width: 90px;
  height: 90px;
  display: inline-block;
  overflow: hidden;
  background: rgba(1, 1, 1, 0);
}

.ldio-x6kf0jqti8h {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.9);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.ldio-x6kf0jqti8h div { box-sizing: content-box; 
}
/* generated by https://loading.io/ */

.imweb_banner {
  background: rgb(48,52,59);
  position: relative;
  height: 60px;
  width: 100%;
  transition: 0.5s ease;
}

.imweb_banner__content {
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
}

.imweb_banner_img{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imweb_banner_img img{
  width: 100%;
}

.banner_close{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-5px,-50%);
  background: none;
  border: none;
  cursor: pointer;
  /* padding: 10px; */
  z-index: 2;
}

.banner_close span{
  /* line-height: 45px; */
  color: rgb(207, 207, 207); 
  vertical-align: middle;
}

.imweb_banner__close{
  background: none;
  border: none;
}

.today_close{
  margin-right: 5px;
  font-size: 13px
}

.imweb_banner__text,
.imweb_banner__close > span {
  color: rgb(207, 207, 207); 
}



@media screen and (max-width: 1300px) {
  .grid-item{
    width: 400px;
  }

  .gallery_item{
    margin-bottom: 5px;
    border-radius: 15px;
  }

}

@media screen and (max-width: 1042px) {
  .heradee_flex_div{
    padding: 10px 0;
  }

  .tosearch_ans,
  .tosearch_gallery{
    padding: 30px 0 0 0px;
    width: 100%;
    text-align: center;
  }

  .grid-item{
    width: 350px;
  }
}



@media screen and (max-width: 975px) {
  .tosearch_wrap{
    width: 100%;
    color: white;
    padding: 0 50px 50px 50px;
    background-color: rgb(10, 10, 10);
  }

  .grid-item{
    margin-bottom: 5px;
    border-radius: 15px;
  }

  .imweb_banner {
    background: rgb(48,52,59);
    position: relative;
    height: 60px;
    width: 100%;
    transition: 0.5s ease;
    /* padding: 40px 0; */
  }
  
  .imweb_banner__content {
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
  }
  
  .imweb_banner_img{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .imweb_banner_img img{
    width: 100%;
    /* padding: 10px; */
  }
  
  .banner_close{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(-3px, -50%);
    background: none;
    border: none;
    cursor: pointer;
    /* padding: 10px; */
    z-index: 2;
  }
  
  .banner_close span{
    /* line-height: 45px; */
    color: rgb(207, 207, 207);
    vertical-align: middle;
  }
  
  .imweb_banner__close{
    background: none;
    border: none;
  }
  
  .today_close{
    margin-right: 5px;
    font-size: 10px; 
    display: none;
  }
  
  .imweb_banner__text,
  .imweb_banner__close > span {
    color:rgb(207, 207, 207);  
  }
}

@media screen and (max-width:800px){

}

@media screen and (max-width: 768px){
  .heradee_header{
    margin: auto;
    width: 100%;
    position: relative;
  }

  .heradee_flex_div{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: unset;
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    z-index: 2;
  }

  .heradee_header_div{
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    padding-left: 0px;
  }

  /* logo area */
  .portal_main_logo{
    display: block;
    text-align: center;
    margin-right: 0px;
    position: relative;
    max-width: 600px;
    width: 90%;
    margin: auto;
  }

  .portal_logo{
    max-width: 42px;
    width: 100%;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  }

  /* portal search(input) area */
  .searchbar_area{
    max-width: 600px;
    width: 90%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    position: relative;
    background-color: white;
    border: none;
    outline: none;
    height: 42px;
    border-radius: 35px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  }

  .searchbar{
    width: 92%;
    height: 42px;
    border-radius: 20px;
    border: none;
    outline: none;
    line-height: 38px;
    letter-spacing: 1px;
    text-indent: 1rem;
    position: relative;
    font-size: 14px;
    background-color: white;
  }

  .heradee_header_auth{
    height: 50px;
    max-width: 50px;
    width: 100%;
    margin-right: 0px;
    position: absolute;
    right: 15px;
    top: 48%;
    transform: translateY(-52%);
  }

  .content_auth{
    display: none;
  }
  
  .content_auth2{
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 48px;
    max-width: 48px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  
  .auth_img,
  .auth_img2{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  
  .profile_image,
  .profile_image2{
    max-width: 95px;
    height: 95px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.09);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50%; 
    cursor: pointer;
    border-radius: 100%;
    position: relative;
    margin: auto;
  }
  
  .auth_info,
  .auth_info2{
    max-width: 95px;
    height: 95px;
    width: 100%;
    overflow: hidden;
    border-radius: 100%;
    margin: auto;
  }
  
  .auth_info_img,
  .auth_info_img2{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .planet_dp_name{
    text-align: center;
    font-weight: 700;
    color: rgb(70, 70, 70);
    margin-top: 15px;
    font-size: 14px;
  }
  
  .planet_url{
    text-align: center;
    font-weight: 400;
    color: rgb(166, 166, 166);
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 13px;
  }
  
  .my_planet{
    text-align: center;
    padding: 8px 0;
    width: 100%;
    border: 1px solid rgb(70, 70, 70);
    border-radius: 25px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .my_planet:hover{
    border: 1px solid rgb(120, 120, 120);
    background-color: rgb(120, 120, 120);
    color: white;
  }
  
  .go_mypage{
    text-align: center;
    padding: 8px 0;
    width: 100%;
    border: 1px solid rgb(70, 70, 70);
    border-radius: 25px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .go_mypage:hover{
    border: 1px solid rgb(120, 120, 120);
    background-color: rgb(120, 120, 120);
    color: white;
  }
  
  .log_out{
    text-align: center;
    padding: 8px 0;
    width: 100%;
    border: 1px solid rgb(70, 70, 70);
    border-radius: 25px;
    margin-top: 15px;
    color: white;
    background-color: rgb(70, 70, 70);
    cursor: pointer;
    font-size: 14px;
  }
  
  .log_out:hover{
    border: 1px solid rgb(150, 150, 150);
    background-color: rgb(150, 150, 150);
  }

  .nav_menues{
    display: none;
  }

  .mobile_auth_area{
    display: block;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .auth_dropbtn{
    height: 25px;
    filter: invert(100%) drop-shadow(2px 3px 2px rgba(0,0,0,0.5));
    cursor: pointer;
  }

  /* guide_btns */
.guide_btns{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding:10px 0px 20px 0px;
  margin: auto;
  overflow: auto;
  max-width: 600px;
  width: 90%;
}

.guide_btns ul{
  display: flex;
  align-items: center;
  justify-content: start;

}

.guide_btns ul li{
  list-style: none;
  margin: 0 10px 0 10px;
  cursor: pointer;
  font-size: 16px;
}

.guide_btns ul li a{
  color: white;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.103);
  padding: 6px 16px;
}

.guide_btns ul li:nth-child(1){
  margin: 0 10px 0 0;
}

.guide_btns li a:hover{
  cursor: pointer;
  background-color: rgb(97, 97, 97);
  border: 1px solid rgb(97, 97, 97);
  color: white;
  transition: 0.3s ease-in-out;
  font-weight: 900;
}

  /* tabs */

  .tabs_wrap{
    justify-content: center;
    padding: 5px 0 20px 0;
    margin-top: 0px;
  }

  .tabs_wrap ul li:nth-child(1){
    margin: 0 15px 0 15px;
  }
}

@media screen and (max-width: 685px) {
  .tosearch_wrap{
    width: 100%;
    color: white;
    padding: 0 30px 50px 30px;
    background-color: rgb(10, 10, 10);
  }

  .tosearch_ans_title,
  .tosearch_gallery_title{
    font-size: 18px;
  }

  .gallery_item{
    max-width: 200px;
    margin-bottom: 5px;
    border-radius: 15px;
  }

}

@media screen and (max-width: 560px) {
  .tosearch_wrap{
    width: 100%;
    color: white;
    padding: 0 20px 50px 20px;
    background-color: rgb(10, 10, 10);
  }

  .gallery_item{
    margin-bottom: 5px;
    border-radius: 15px;
  }

  .ss{
    max-width: 120px;
    width: 100%; 
    height: 120px; 
    border-radius: 70%; 
    /* background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; */
    /* border-radius: 100%; */
    /* box-shadow: 1px 1px 210px 1px rgb(255 255 255 / 7%); */
  }

  .scrollToTop{
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 3px;
    font-size: 20px;
    color: rgb(207, 207, 207);
    border:1px solid rgb(128, 128, 128);
    border-radius:70%;
    padding:3px 9px;
  }

  .more_div{
    position: absolute;
    bottom: -60px;
    left: 50%;
    text-align: center;
    transform: translate(-50%);
  }

  .more_btn{
    display: flex;
    align-items: center;
    border: 1px solid rgb(128, 128, 128);
    padding: 4px 25px;
    border-radius: 30px;
    color: rgb(128, 128, 128);
  }

  .more_btn:hover{
    cursor: pointer;
    border: 1px solid rgb(253, 253, 253);
    color: rgb(253, 253, 253);
    transition: 0.3s ease-in-out;
  }

  .more_btn span{
    cursor: pointer;
    line-height: 25px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;

  }

  .more_btn .fas{
    cursor: pointer;
    line-height: 25px;
    font-size: 14px;
    font-weight: 900;
    padding-right: 5px;
  }
}
@media screen and (max-width:500px){
  /* logo area */
  .portal_main_logo{
    display: block;
    text-align: center;
  }

  .portal_logo{
    max-width: 36px;
    width: 100%;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  }

  .heradee_flex_div{
    padding: 10px 0;
  }

  .heradee_header_auth{
    height: 36px;
    max-width: 36px;
    width: 100%;
    /* margin-right: 15px; */
  }

  .content_auth2{
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 36px;
    max-width: 36px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}

@media screen and (max-width: 455px) {
  .guide_btns ul li{
    margin: 0 8px 0 8px;
    
  }

  .guide_btns ul li:nth-child(1){
    margin: 0 8px 0 0;
  }

  /* nav area */
  /* .hidden_nav_bar{
    position: absolute;
    white-space: nowrap;
    top: 5px;
    right: 5px;
  } */

  .hidden_nav_menues{
    position: unset;
    display: flex;
    align-items: center;
    height: 100%;
    right: unset;
  }

  .hidden_nav_menues li{
  color: #FFFDF3;
  list-style: none;
  }

  .hidden_nav_menues li a{
    color: #FFFDF3;
    padding: unset;
    text-decoration: none;
    font-size: 14px;
  }

  .hidden_nav_menues li a:nth-child(1){
    padding: 0 10px 0 0px;
  }

  .hidden_nav_menues li a:nth-child(2){
    padding: 0 10px 0 10px;
  }

  .hidden_nav_menues li:nth-child(2){
    padding-right: 10px;
    font-size: 14px;
  }

  .guide_btns ul li a{
    font-size: 14px;
  }

  .tosearch_wrap{
    width: 100%;
    color: white;
    padding: 0 8px 30px 8px;
    background-color: rgb(10, 10, 10);
  }
  .grid-item{
    width: 300px;

  }

  .gallery_item{
    max-width: 160px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 15px;
  }

  .ans_text:nth-child(1){
    font-size: 16px;
  }

  .banner_close{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 3px;
    top: -3px;
    transform: translate(-3px, -3px);
    background: none;
    border: none;
    cursor: pointer;
    /* padding: 10px; */
    z-index: 2;
  }

  .imweb_banner__text,
  .imweb_banner__close > span {
    color:rgb(207, 207, 207);
    font-size: 14px;
  }

  /* footer */
.footer {
  width: 100%;
  background-color: rgb(20, 20, 20);
  color: white;
  text-align: center;
  margin: auto;
}

.footer a{
  text-decoration: none;
  color: white;
}

.footer_menu_wrap{
  /* border-top: 1px solid black ; */
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer_menu{
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  max-width: 435px;
  list-style: none;
  justify-content: space-evenly;
  display: flex;
  font-size:small;
  font-weight:bold;
}

.footer_contents{
  position: relative;
  margin: auto;
  padding: 20px 0 20px 0;

  /* max-width: 1440px; */
}

.footer_logo{
  height: 80px;
  padding-bottom: 20px;
}

.footer_leftcontents{
  list-style: none;
  font-size: 11px;
  text-align: center;
}

.first_parag{
  line-height: 23px;
}

.first_parag span{
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.second_parag{
  line-height: 23px;
}

.footer_rightcontents{
  list-style: none;
  font-size: 11px;
  margin-left: 0;
  text-align: center;
}

.third_prag{
  line-height: 23px;
}

.fourth_parag{
  line-height: 23px;
}

.fifth_parag{
  line-height: 23px;
  font-weight: bold;
}
}