body {
  font-family: "맑은고딕", sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  background-color: #d2b48c;
  background-size: contain;
  /* min-width: 1120px; */
  flex-direction: column;
  width: 100%;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  /* width: 1120px; */
  height: 100vh;
  /* border: 2px solid #333;
  background: white; */
  display: flex;
  flex-direction: column;
}

.table-header {
  /*background: #444;*/
  font-weight: bold;
  padding: 15px 50px 15px 15px;
  font-size: clamp(15px, 2vw, 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 80%;
  box-sizing: border-box;
}

.table-body {
  display: flex;
  flex: 1;
  justify-content: center;
}

.column {
  width: 280px;
  /*border-right: 1px solid #ccc;*/
  padding: 10px;
  margin: 5px;
  display: flex;
  flex-direction: column;
}

/*.column:last-child {border-right: none;}*/
.row.header {
  background: white;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 980;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rtit {
  font-size: 18px;
  font-weight: bold;
}

.content-group {
  width: 280px;
  /*background: white;
  border-radius: 10px;
  padding: 10px 0 10px 0;;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;*/
  overflow-x: hidden;
  overflow-y: hidden;
  transition: overflow 0.3s ease-in-out;
}

.content-group.scrollable {
  overflow-y: auto;
}

.content-block {
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2
}

.itemtit {
  margin-bottom: 10px;
  /*font-size: 1.2em;*/
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.content-block img {
  width: 250px
}

.stit1 {
  font-size: 14px;
  font-weight: bold;
}

.csize,
.csize li,
.csize a {
  font-size: 13px;
}

.tlc {
  text-align: center;
}

.fb {
  color: #e2703a;
}

.relp {
  position: relative;
  padding-top: 5px;
}

.wurl {
  position: absolute;
  bottom: 3px;
  color: #778899;
  background-color: white;
  padding: 5px;
  ;
  font-size: 10px;
  border-radius: 3px;
}

.wtit {
  color: #8C3E29;
  font-size: 11px;
}

.csize a,
a {
  color: black;
  text-decoration: none;
}

bl {
  color: blue
}

blue {
  color: blue;
}

red {
  color: red;
}

u {
  font-size: 11px;
}

#pdf-viewer {
  width: 100%;
  height: 100vh;
  overflow: auto;
}

canvas {
  display: block;
  margin: 10px auto;
}

menu a {
  color: inherit;
  text-decoration: none;
}

menu a:hover {
  color: #e0e;
}

.logo>a {
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px #FFF, inset 0 0 0 3px #FF5959;
  color: #FF5959;
  display: block;
  font-size: 32px;
  height: 36px;
  left: 0;
  line-height: 36px;
  margin: 10px 20px 10px 30px;
  overflow: hidden;
  padding: 2px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 36px;

}

.logo {
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: initial;
}

.logo .ion-home,
.logo .ion-arrow-up-b,
.logo .ion-arrow-down-b {
  padding: 10px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px #FFF, inset 0 0 0 3px #FF89f9;
  border: 2px solid #ddd;
}

.logo>a {
  display: inline-block;
  margin: 0 auto 0 10px;
  position: relative;
}

#overlay {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 990;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

html.active #overlay {
  opacity: .65;
  visibility: visible;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#close-menu {
  border: 2px solid;
  border-radius: 25px;
  color: #333;
  cursor: pointer;
  display: block;
  height: 26px;
  line-height: 20px;
  margin: 13px 33px 15px auto;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
}

menu {
  background: #fff;
  bottom: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: -320px;
  top: 0;
  width: 320px;
  z-index: 999;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

menu .container {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 258px;
  -webkit-transform-origin: 0% 50% 0px;
  -moz-transform-origin: 0% 50% 0px;
  transform-origin: 0% 50% 0px;
  -webkit-transform: matrix(0.8, 0, 0, 0.9, 40, 0);
  -moz-transform: matrix(0.8, 0, 0, 0.9, 40, 0);
  transform: matrix(0.8, 0, 0, 0.9, 40, 0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

menu .container .box {
  border-top: 3px solid;
  height: calc(100% - 33px);
  overflow: visible;
  overflow-Y: scroll;
  padding: 0 17px 25px 0;
  position: relative;
  width: 275px;
}

menu .box ul:nth-child(1) {
  border-bottom: 3px solid;
}

menu .box ul {
  padding: 10px 0;
  list-style-type: square
}

menu ul li {
  border-bottom: 1px solid #EDEDED;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 35px;
  letter-spacing: 0.12em;
  line-height: 35px;
  text-transform: uppercase;
}

menu ul:nth-child(2) li {
  font-size: 11px;
}

menu ul:nth-child(2) li:last-child {
  border-bottom: 1px solid #EDEDED;
}

menu ul:nth-child(3) li {
  border: 0;
  display: inline-block;
}

menu ul:nth-child(3) li>a {
  border: 1px solid;
  border-radius: 100%;
  color: #898989;
  display: block;
  font-size: 22px;
  height: 24px;
  line-height: 24px;
  margin: 2px 4px;
  padding: 5px;
  text-align: center;
  width: 24px;
}

#key {
  font-size: 12px;
  width: 190px
}

menu ul li:last-child {
  border: 0;
}

html.active menu {
  right: 0;
  z-index: 990;
}

html.active menu .container {
  -webkit-transform-origin: 0% 50% 0px;
  -moz-transform-origin: 0% 50% 0px;
  transform-origin: 0% 50% 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#menu {
  cursor: pointer;
  display: block;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  margin: 10px 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.sign-up {
  /*background: #FF5959;
  border: 1px solid #FF5959;
  color: #FFF;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 40px;*/
  letter-spacing: 1px;
  line-height: 40px;
  /*margin: 10px;*/
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
}

.menu-icon {
  cursor: pointer;
  font-size: 1.2em;
}

.menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid black;
  border-radius: 5px;
  width: 100px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.menu ul {
  list-style: none;
  padding: 5px;
  margin: 0;
}

.menu ul li {
  padding: 5px;
  cursor: pointer;
  font-size: 11px;
}

.menu ul li:hover {
  background: #ddd;
}

.add-button {
  margin-bottom: 10px;
  padding: 5px 10px;
  /*border: 1px solid black;*/
  text-align: center;
}

@media (max-width: 767px) {
  #selectbox option {
    white-space: nowrap;
    overflow: hidden;
    font-size: clamp(10px, 2vw, 20px);
  }
}