html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.division {
    color: darkblue;
    font-size: 14px;
    font-weight: bold;
}

.MovieTitle {
    font-weight: bold;
    font-family: 'Segoe UI Light', '맑은 고딕';
    font-size: 10pt;
}

.MovieKoreanTitle {
    font-weight: bold;
    font-family: 'Segoe UI', '맑은 고딕';
    font-size: 13pt;
}

.MovieDesc {
    font-weight: normal;
    font-family: 'Segoe UI', '맑은 고딕';
    font-size: 12pt;
}

.Director {
    font-weight: bold;
}

.AcademyAward {
    font-weight: bold;
    color: teal;
}

.Section {
    font-weight: bold;
    color: darkred;
}

.DataMotion {
    font-family: 'Segoe UI Light';
    font-size: 22px;
    color: white;
}

.Project {
    color: white;
    font-family: 'Segoe UI Light';
    font-size: 22px;
}

.ReviewTitle {
    color: teal;
    font-weight: bold;
}

.Division {
    color: darkblue;
    font-size: 14px;
    font-weight: bold;
}

.OnScreenTable {
    padding: 1px;
    width: 98%;
    float: left;
    border-width: 1px;
    border-color: whitesmoke;
    border-radius: 5px;
}

.NormalTable {
    padding: 2px;
    border-collapse: collapse;
}

    .NormalTable td {
        padding: 3px;
    }

.AltercolorTable {
    padding: 2px;
    border-collapse: collapse;
}

.AltercolorTable td {
    padding: 3px;
    border: whitesmoke 1px solid;
}

.AltercolorTable tr {
    background: #b8d1f3;
}

.AltercolorTable tr:nth-child(odd) {
    background-color: ghostwhite;
}

.AltercolorTable tr:nth-child(even) {
    background: white;
}