.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: 992px) {
  .cover {
    top: -120px;
    height: 400px;
  }
  .cover--home {
    margin-bottom: -110px;
  }
}
.cover__sub-title {
  color: #707070;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .cover__sub-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cover__sub-title span {
  font-family: 'NotoKrL', sans-serif;
  font-size: 15px;
}
@media (min-width: 992px) {
  .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: 992px) {
  .cover__inner {
    width: auto;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.cover__content {
  font-size: 33px;
  color: #565656;
}
@media (min-width: 992px) {
  .cover__content {
    text-align: center;
    font-size: 55px;
  }
}
.cover__content span {
  font-family: 'NotoKrB', sans-serif;
  letter-spacing: -0.06em;
}
.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-intro {
  width: 100%;
  line-height: 30px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}
.academy-intro-highlight {
  color: #ea5514;
  font-weight: bold;
}
.home-buttons {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
@media (min-width: 1200px) {
  .home-buttons {
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .home-buttons__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
}
.home-buttons__link li {
  margin-top: -1px;
  margin-bottom: 10px;
  height: 300px;
}
@media (min-width: 1200px) {
  .home-buttons__link li {
    float: left;
    width: 330px;
    height: 330px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: auto;
    margin-bottom: 0px;
  }
  .home-buttons__link li:nth-child(1),
  .home-buttons__link li:nth-child(2) {
    margin-bottom: 20px;
  }
}
.home-buttons__link li .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 25px;
  transition: all 0.1s ease-in;
}
.home-buttons__link li .photo {
  height: 100%;
  width: 100%;
}
.home-buttons__link li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (min-width: 1200px) {
  .home-buttons__link li .inner {
    flex-direction: column;
    width: auto;
  }
  .home-buttons__link li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.home-buttons__link li span {
    margin-top: 15px;
    display: block;
    font-size: 20px;
    color: black;
    width: auto;
}
.home-buttons__link li .reg_num {
    font-size: 16px;
    color: #999999;
}
.home-buttons__link li .target {
  font-size: 16px;
  color: black;
}
.home-buttons__link li .phone_num {
  color: #ffffff;
  background-color: #565656;
  font-size: 16px;
  letter-spacing: -0.06em;
}
.home-buttons__link li .address {
  color: #ffffff;
  background-color: #0ebe53;
  font-size: 16px;
  letter-spacing: -0.06em;
}
.home-buttons__link li .price {
  color: #3e87e0;
  border-bottom: 1px solid #3e87e0;
  font-size: 16px;
  letter-spacing: -0.06em;
}
.domain {
  position: relative;
  background-color: #fff;
  margin-top: -20px;
}
@media (min-width: 992px) {
  .domain {
    padding: 30px 30px 0 30px;
    margin-top: 40px;
  }
}
.domain__nav {
  width: 100%;
  display: none;
  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;
}
.academy .open {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: 'NotoKrB', sans-serif;
}
.academy .open-hilight {
  font-size: 30px;
  font-family: 'NotoKrB', sans-serif;
  color: #ea5514;
}