@charset "utf-8";

html,
body {
  height: 100%;
}

body {
  line-height: 1.5em;
  font-size: 12px;
}

caption {
  display: none;
}

html.single:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

html.single .bgm-btn {
  display: none !important;
}

button,
input[type="submit"],
input[type="button"] {
  appearance: none;
  border: none;
  background: transparent;
}

.material-icons {
  font-size: 1em;
}

button {
  font-size: 12px;
}

.form-input {
  display: block;
  line-height: 30px !important;
}

.form-input,
input[type="number"],
input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  padding: 0 1em;
  max-width: 100%;
  line-height: 1.2;
  outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-input,
input[type="number"].full,
input[type="text"].full,
input[type="password"].full,
input[type="file"].full,
select.full {
  width: 100%;
}

textarea {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  padding: 1em;
  width: 100%;
  min-height: 50px;
  resize: none;
}


#header {
  display: none;
  position: fixed;
  z-index: 99;
}

.single #header {
  display: block;
}

#topCont {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 99;
}

.icons-link-box a,
#topCont a {
  display: block;
  position: relative;
}

#topCont a {
  font-size: 1.8em;
  opacity: .5;
}

#topCont a:hover {
  opacity: 1;
}

.icons-link-box .icons,
#topCont .icons,
.gnbWrap .icons {
  display: block;
  position: relative;
  width: 3em;
  height: 3em;
  z-index: 1;
}

.icons-link-box .icons:before,
#topCont .icons:before,
.gnbWrap .icons:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: .1em;
  left: .1em;
  right: .1em;
  bottom: .1em;
  box-sizing: border-box;
}

.icons-link-box .icons>span,
#topCont .icons>span,
.gnbWrap .icons>span {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.icons-link-box .icons>span>*,
#topCont .icons>span>*,
.gnbWrap .icons>span>* {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

hr.line {
  display: block;
  position: relative;
  clear: both;
  margin: 10px 0;
  border: none;
  padding: 0;
  height: 1px;
}

hr.padding {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  height: 30px;
}

hr.padding.small {
  height: 5px;
}

.ui-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  padding: 0 1em;
  box-sizing: border-box;
  cursor: pointer;
}

.ui-btn.small {
  font-size: .8em;
}

.ui-btn.big {
  font-size: 1.3em;
}

.ui-btn.full {
  width: 100%;
}

.ui-btn.admin {
  background: #8c1e1e;
  color: #fff;
  border-color: #691010;
}

.ui-btn.disable {
  opacity: .3;
}

.theme-box {
  display: block;
  position: relative;
  padding: 1em;
  box-sizing: border-box;
}

.board-notice-box {
  display: block;
  position: relative;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 2em;
}

table {
  width: 100%;
  padding: 0;
  border-spacing: 0px;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  border: none;
}

.theme-form td {
  padding: 5px;
  height: 30px;
}

.theme-form th {
  padding: 5px 10px;
}

.theme-form .frm_info {
  display: block;
  font-size: 12px;
  padding: 0 0 8px 0;
}

.theme-list {
  table-layout: fixed;
}

.theme-list thead th {
  height: 30px;
}

.theme-list td {
  padding: 5px;
  height: 30px;
}

.theme-list td.no-data {
  padding: 5px;
  text-align: center;
  line-height: 200px;
}

.responsive-table-box {
  display: block;
  position: relative;
}

.responsive-table-box>.resp-table {
  display: block;
  position: relative;
}

.responsive-table-box>.guide {
  display: none;
  text-align: right;
  font-size: 12px;
}

@media all and (max-width:770px) {
  .responsive-table-box>.guide {
    display: block;
  }

  .responsive-table-box>.resp-table {
    overflow: auto;
  }

  .responsive-table-box>.resp-table>table {
    width: 770px !important;
  }
}

.frm_info {
  display: block;
  font-size: 12px;
  padding: 0 0 8px 0;
  opacity: .7;
}

.status-bar .frm_info {
  padding: 0;
}

.searc-sub-box {
  position: relative;
  clear: both;
  padding: 30px 0px;
}

.ui-search-box {
  position: relative;
  padding-left: 100px;
  padding-right: 80px;
  margin-top: 5px;
}

.ui-search-box .sch_category {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  line-height: 30px;
}

.ui-search-box .sch_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
}

.ui-search-box span {
  display: block;
  padding: 0 15px;
}

.ui-search-box select,
.ui-search-box input[type="text"],
.ui-search-box button {
  display: block;
  width: 100%;
}
