.container {
  width: 100%;
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
    margin: 0 auto;
  }
}
.cover {
  position: relative;
  color: #fff;
  height: 200px;
  overflow: hidden;
}
.cover--home {
  background-color: white;
  background-size: cover;
  background-position: 100%;
}
@media (min-width: 1200px) {
  .cover {
    top: -120px;
    height: 400px;
  }
}
.cover__sub-title {
  color: #707070;
  margin-bottom: 7px;
}
@media (min-width: 1200px) {
  .cover__sub-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cover__sub-title span {
  font-family: 'NotoKrL', sans-serif;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .cover__sub-title span {
    font-size: 16px;
  }
}
.cover__inner {
  width: 330px;
  position: absolute;
  top: 60%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .cover__inner {
    width: auto;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.cover__content {
  font-size: 33px;
  color: #565656;
}
@media (min-width: 1200px) {
  .cover__content {
    text-align: center;
    font-size: 55px;
  }
}
.cover__content span {
  font-family: 'NotoKrB', sans-serif;
  letter-spacing: -0.06em;
}
.cover__title {
  color: #ea5514;
}
.domain {
  position: relative;
  background-color: #fff;
  margin-top: 0;
}
@media (min-width: 992px) {
  .domain {
    padding: 30px 30px 0 30px;
    margin-top: -170px;
  }
}
.domain__nav {
  width: 100%;
  display: none;
  margin: 0;
    margin-bottom: 50px;
}
@media (min-width: 992px) {
  .domain__nav {
    display: table;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
  }
}
.domain__list {
  display: table-row;
}
.domain__item {
  display: table-cell;
  text-align: center;
  border-top: 1px solid #ea5514;
  border-bottom: 1px solid #ea5514;
}
.domain__item + .domain__item {
  border-left: 1px solid #ea5514;
  border-right: 1px solid #ea5514;
}
.domain__item:nth-child(1) {
  border-left: 1px solid #ea5514;
}
.domain__item:hover {
  background-color: #ea5514;
  opacity: 0.9;
}
.domain__item:hover > .domain__link {
  color: #fff;
}
.domain__item:active {
  background-color: #ea5514;
  opacity: 1;
}
.domain__item:active > .domain__link {
  color: #fff;
}
.domain__item--active {
  background-color: #ea5514;
}
.domain__item--active > .domain__link {
  color: #fff;
}
.domain__item--active:hover {
  background-color: #ea5514;
  opacity: 1 !important;
}
.domain__item--active:hover > .domain__link {
  color: #fff;
}
.domain__item.active:hover {
  background-color: #ea5514;
  opacity: 1 !important;
}
.domain__item.active:hover > .domain__link {
  color: #fff;
}
.domain__link {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
  color: #ea5514;
  cursor: pointer;
  font-size: 18px;
}
.domain-sly {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .domain-sly {
    display: none;
  }
}
.domain-sly > .frame {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.domain-sly__list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.domain-sly__item {
  float: left;
  box-sizing: border-box;
  width: 100px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid #ccc;
}
.domain-sly__item:hover {
  color: #ea5514;
}
.domain-sly__item:active {
  border-bottom: 5px solid #ea5514;
}
.domain-sly__item:active > .domain-sly__link {
  color: #ea5514;
  font-weight: bold;
}
.domain-sly__item:active > .domain-sly__link {
  color: #ea5514;
  font-weight: bold;
}
.domain-sly__item--active {
  border-bottom: 5px solid #ea5514;
}
.domain-sly__item--active > .domain-sly__link {
  color: #ea5514;
  font-weight: bold;
}
.domain-sly__item--active > .domain-sly__link {
  color: #ea5514;
  font-weight: bold;
}
.domain-sly__item.active {
  border-bottom: 5px solid #ea5514;
}
.domain-sly__item.active > .domain-sly__link {
  color: #ea5514;
  font-weight: bold;
}
.domain-sly__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
.domain-nav {
  overflow: hidden;
  display: block;
}
@media (min-width: 992px) {
  .domain-nav {
    display: none;
  }
}
.domain-nav__list {
  list-style: none;
  border-bottom: 2px solid #ccc;
}
.domain-nav__item {
  width: 33.3333%;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #ccc;
}
.dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 9997;
}
.dimmed--active {
  display: block;
}
.academy {
  font-size: 20px;
  font-family: 'NotoKrL', sans-serif;
  line-height: 30px;
}
.academy img {
  width: 100%;
  object-fit: contain;
}