html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#fav-table td {
    cursor: pointer;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


/* Ì§²ÙÄÞ×¯¸Þ&ÄÞÛ¯Ìß´Ø± */
#upFileWrap {
    height: 200px;
}

#inputFile {
    position: relative;
/*    padding: 180px 0 100px;*/
    padding: 110px 0 100px;
    text-align: center;
    height: 200px;
}
#dropArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*    height: 100%;*/
    height: 200px;
/*    padding: 100px 0 0;*/
    padding: 25px 0 0;
    border: 2px dashed #494949;
    background: rgba(22, 165, 191, 0);
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
    opacity:0.7;
}

#dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}

#uploadFile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 300px;
    height: 80px;
    opacity: 0;
}

#inputFileWrap {
    position: relative;
    display: inline-block;
}

#btnInputFile,
#btnChangeFile {
    display: table;
    width: 200px;
}

#btnChangeFile {
    display: none;
}

#btnInputFile span,
#btnChangeFile span {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 200px;
    height: 35px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #333;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
    text-align:center;
}

#money {
    text-align:right;
}

/* Ã·½ÄÎÞ¯¸½‚Ì¸Ø±ÎÞÀÝ */
/* Ã·½ÄÎÞ¯¸½—p */
.clearButton {
    width: 17px;
    height: 17px;
    position: relative;
    right: -85%;
    top: -27px;
    background: url('../images/x-circle-fill.svg') no-repeat left center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0.5;
}
/* ÄÞÛ¯ÌßÀÞ³ÝØ½Ä—p */
.clearSelectButton {
    width: 17px;
    height: 17px;
    position: relative;
    right: -70%;
    top: -27px;
    background: url('../images/x-circle-fill.svg') no-repeat left center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0.5;
}