* {font-family: "Jeju Gothic" !important;}

/* 기본 반응형 처리 */
html {
  box-sizing: border-box;
  font-size: 16px;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Galaxy S25 등 최신 기기의 작은 뷰포트 대응 */
@media screen and (max-width: 430px) {
  html {
    font-size: 13px;
  }
  #Main-BG-Img,
  #BG-Img,
  #BG-EventImg {
    height: 180px !important;
    min-height: 100px !important;
  }
  .ui_page {
    font-size: 26px;
    padding-top: 6px;
    padding-bottom: 14px;
  }
  #BG-Txt {
    font-size: 20px;
  }
  .ui-grid-b {
    height: 36px;
    flex-direction: column !important;
    min-height: 36px;
  }
  .ui-panel {
    width: 85vw !important;
    min-width: 180px;
    max-width: 96vw;
  }
  #G_Region {
    font-size: 15px;
  }
}

/* 태블릿 등 넓은 기기 */
@media screen and (min-width: 600px) {
  html { font-size: 18px; }
  .ui_page { font-size: 48px; }
  #BG-Txt { font-size: 38px; }
  .ui-panel { width: 18em; }
  #Main-BG-Img, #BG-Img, #BG-EventImg {
    height: 350px;
  }
}

#splash {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url('GNTC-ChoirCenter.jpg') no-repeat center center;
  background-size: cover;
}

.ui-panel {
  width: 12em;
  max-width: 90vw;
  min-width: 140px;
}

.ui-panel-inner {
    padding:0px; /*make the buttons flush edge to edge*/
}
.ui-controlgroup {
    margin:0; /*make the buttons flush to the top*/
}
.ui-carousel img{
    float:none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.ui-bar {
  line-height: 2.7em;
}

.ui_page {
  font-size: 40px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.SelectMenu {
  text-align: left;
}

.ui-icon-myicon_Hymn:after {
  background-image: url("images/m-hymn-1.png");
  /* Make your icon fit */
  background-size: 18px 18px;
}
.ui-grid-b{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui-li-count{
  position: static;
  border-style: inherit;
  border-color: white !important;
  line-height: 2.5em;
}
.Cho{
  cursor: pointer;
}
#Main-BG-Img{
  padding-left: 0;
  width: 100%;
  height: 300px;
  min-height: 100%;
  background-image: url('choirCenter.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#BG-Img{
  padding-left: 0;
  height: 200px;
  min-height: 100%;
  background-image: url('Praise.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#BG-Txt{
  font-size: 30px;
  color: #2ad;
  word-break: keep-all;
}
#Song_cnt{
  color: #d86f6f;
  font-weight: bold;
}
#BG-EventImg{
  padding-left: 0;
  height: 200px;
  min-height: 100%;
  background-image: url('Praise.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#G_Region{
  font-size: 17px;
  text-align: center;
}
