:root {
  -webkit-tap-highlight-color: transparent; /* 아이폰 이미지 저장 막기 */
  color-scheme: light only;
  --theme-bg: #FCF9F6;
  --point-color: #FFDB86;
  --close-btn-bg: #FFDB86;
  --txt-color: black;
}

.sec-keyword .swiper-slide.on {
  border-color: var(--point-color) !important;
  color: var(--txt-color) !important;
}
.underline{
  box-shadow: inset 0 -1rem 0 var(--point-color) !important;
}
.acco-title, .small{
  height: 3rem;
}

.semi{
  display: none;
}

.arrow{
  position: absolute;
  right: 5%;
  width: 17px;
  height: 17px;
  transition: 0.5s;
}

.under{
  transform: rotate(0deg);
}

.up{
  filter: brightness(0.1);
  transform: rotate(180deg);
}

.acco-title{
  transition: 0.5s;
  height: 5rem;
  font-size: 15px;
  border-bottom: 1px solid #EAEEF7;
  display: flex;
  align-items: center;
}

.on{
  border-bottom: 1px solid #1F2024;
}

.small-title{
  line-height: 5rem;
  transition: 0.5s;
  height: 5rem;
  font-size: 15px;
  border-bottom: 1px solid #EAEEF7;
  display: flex;
  align-items: center;
}

.title{
  transition: 0.5s;
  height: 5rem;
  font-size: 20px;
  /*border-bottom: 1px solid #EAEEF7;*/
  display: flex;
  align-items: center;
}


.none{
  display: none;
}

.list-item{
  padding-left: 1rem;
  font-size: 14px;
  /*display: flex;*/
  /*align-items: center;*/
  height: 50px;
  border-bottom: 1px solid #EAEEF7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 50px;
}

.small-title.on{
  border-bottom:  1px solid #1F2024;
}

.search-text{
  margin: 2rem auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.bottom-temp-div{
  height: 15rem;
}

.fixed-box{
  padding: 0 !important;
  position: fixed;
  bottom: 0;
  left: 0%;
  width: 100%;
  text-align: center;
  z-index: 2;
}
