html,body{
  font-size: 10px;
}
header{
  position: relative;
  z-index: 9999;
  padding: 25px 25px;
  background-color: transparent;
}
header div {
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 5%;
}
header div img {
  width: 100px;
}
/* #main-header {
  display: flex;
  flex-direction: column;
} */
.secretmes .sns-item{
  font-size: 11px!important;
  color: #000;
}
/* .secretmes main{
  margin-top: 153px;
} */

/* @media only screen and (min-width: 768px){
  #main-header .nav-wrap {
    width: 100%;
  }
} */

@media only screen and (max-width: 767px){
  /* #main-header{
    height: 55px;
  } */
  /* .secretmes main {
    margin-top: 55px;
  } */
  header {
    height: 35px;
    padding: 0;
  }
  header div img {
    width: 50px;
  }
  .sec_top .con_img_sp {
    margin: 0 auto 35px;
  }
  #main-header .nav-wrap .navGlobalIn {
    display: flex;
    flex-wrap: wrap;
  }
}