*,
*::before,
*::after {
  box-sizing: border-box;
}

.app-frame #content {
  margin-top: 64px;
}

.otnotice-section-content ul {
  list-style-type: disc;
  padding: revert;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.static-page-layout #header .title-row {
  text-align: center;
  font-weight: 500;
}

.otnotice-header-h2 {
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.otnotice-content *,
.otnotice-content *:before,
.otnotice-content *:after {
  box-sizing: inherit;
}

.otnotice-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

.otnotice-content {
  width: 100%;
}

section.otnotice-section {
  width: 100%;
  padding: 0;
}

.otnotice-content .otnotice-section-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.otnotice-content h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.otnotice-top-header {
  margin-top: 60px;
  margin-bottom: 40px;
}

#footer-nav {
  margin: 0;
}

#sel_lang {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  min-height: 1.5em;
  min-height: 100%;
  height: 3em;
  max-height: 100%;
  outline: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  filter: Alpha(Opacity=0);
  opacity: 0;
  z-index: 2;
}

.app-frame #content.contact-us {
  height: calc(100% - 198px);
}

.container.contact-us .row {
  height: 100%;
}

.container.about-us .row {
}

.contact_usBlock {
  margin: 0;
  position: absolute;
  top: calc(50% - 100px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact_usBlock p,
.about_usBlock p {
  line-height: 1.5;
}

.contact_usBlock .otnotice-top-header,
.contact_usBlock p,
.about_usBlock .otnotice-top-header {
  text-align: center;
}

.about_usBlock {
  margin: 0;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }

  .container.about-us .row {
    min-height: calc(100% - 208px);
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }

  .contact_usBlock p {
    font-size: 22px;
  }
}

@media (min-width: 1440px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }

  #header .header-content.top-justified .title-subtitle-wrapper .title-row {
    margin-top: 94px;
  }

  .static-page-layout
    #header
    .header-content.top-justified
    .title-subtitle-wrapper
    .title-row {
    margin-top: 5px;
  }

  .otnotice-header-h2 {
    letter-spacing: 0px;
    line-height: 52px;
    font-size: 48px;
    line-height: 52px;
  }
}

.otnotice-header-h2 {
  color: #000;
  font-weight: 700;
}

#header .header-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
