:root {
  -webkit-tap-highlight-color:transparent;
  color-scheme:light only;
  --theme-bg:#FCF9F6;
  --point-color:#FFDB86;
  --close-btn-bg:#FF0000;
  --txt-color:#1F2024;
}

#ui-datepicker-div{
  top: 20% !important;
}

.container.main_container{
  max-width: 730px;
  margin: 0 auto;
}

.sec-ad .inner, .swiper-wrapper {
  height: auto !important;
}

.header .inner{
  max-width: 730px !important;
}

.top-banner{
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  width: 100%;
}

.stam-logo{
  margin: 1rem auto;
  width: 110px;
  height: 40px;
}

.header{
  left: 0 !important;
  transform: translateX(0) !important;
}

.content_box .type01:not(.img_box),
.content_box .type03:not(.img_box){
  background-color:#FFFFFF !important; 
  border: 1px solid #DEDEDE;
}

.type03 .cover{
  padding: 7px 0 !important;
}

.stam-gung-icon{
  width: 48px !important;
  height: 48px !important;
}

.unse span{
  background: #5CACF0 !important;
}

.gunghap span{
  background: #FC6666 !important;
}

.gomin span{
  background: #85D182 !important ;
}

.btn_more {
  padding: 10px;
  background-color: var(--point-color);
  border-radius: 12px;
  font-size: medium;
  font-weight: bold;
}