
.entry {
  border-top: none !important;
}

#newsWrap dl {
  border: none;
}

.mb5 {
  margin-bottom: 0px !important;
}

ul.itemw {
  margin: 0;
}

#pagetop {
  position: fixed !important;
  bottom: 0px;
}

.notice {
  display: none;
}

.innerWrap {
  padding: 0 !important;
}

/* Scrollbar customization */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 0 2px #000;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

/* General settings */
html,
body {

  margin: 0;
}

.flyer_wrap_ew {
  width: 100%;
  margin: 10px auto 0;
  font-size: 13.5px;
  overflow: hidden;
}

.flyer_wrap_ew * {
  margin: 0;
  text-decoration: none;
  vertical-align: bottom;
  box-sizing: border-box;
  list-style-type: none;
}

.w-img_ew img {
  width: 100%;
  text-align: center;
}

.mt10_ew {
  margin-top: 10px;
}

/* Tabs styling */

.nav_tabs_ew li {
  flex: 0 0 auto;
  min-width: 110px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  height: 85px;
  border-collapse: collapse;
  border-radius: 15px 15px 0 0;
}

.nav_tabs_ew li.active {
  background: #000000 !important;
  border-radius: 15px 15px 0 0;
  height: 100px;
}

.itemtab_ew p {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.itemtab_ew p {
  color: #000;
  text-align: center;
  font-weight: 700;
}

.footbanner_ew {
  margin-top: 10px;
}

.ttl_ew {
  font-size: 1.3em;
  color: #f10000;
  font-weight: 900;
  text-align: center;
}

.note_ew {
  background: #fff;
  margin: 10px;
  padding: 10px;
  color: #000;
  font-size: 0.7rem;
}

.tab-pane_ew {
  background-color: #fff;
  padding-bottom: 5px;
  display: none;
}

.tab-pane_ew.active {
  display: block;
}

.flyer_wrap_ew.w-img_ew {
  max-width: 620px;
}
.nav_tabs_ew {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
  white-space: nowrap;
}


.btn {
  background: #074597;
  width: 90%;
  margin: auto;
  padding: 5px;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  border-radius: 10px;
}
  .btn_container{
  padding: 1% 0 3%;
  }


.upper {
  position: fixed;
  max-width: 620px;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 999;
}

.c_td {
  display: table;
}

.c_tc {
  display: table-cell;
  vertical-align: middle;
}