.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;
}
.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;
}
.space__list {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .space__list {
    margin: 60px auto;
  }
}
.space__split {
  margin: 0 9px;
}
.space .bx-viewport {
  height: auto !important;
}
.space .bx-wrapper .bx-controls-direction a {
  z-index: 100 !important;
}
.space__header {
  margin-top: 30px;
  display: inline-block;
}
@media (min-width: 992px) {
  .space__header {
    margin-top: 0;
  }
}
.space__logo {
  max-width: 100%;
  display: inline-block;
}
.space__logo--story {
  height: 60px;
}
@media (min-width: 992px) {
  .space__logo--story {
    height: 80px;
  }
}
.space__logo--library {
  height: 60px;
}
@media (min-width: 992px) {
  .space__logo--library {
    height: 80px;
  }
}
.space__title {
  display: inline-block;
  position: relative;
  top: -26px;
  font-size: 17px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .space__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 280px) {
  .space__title {
    margin-left: 0;
    top: 0;
  }
}
.space__sub-title {
  display: none;
  color: #777777;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .space__sub-title {
    display: block;
  }
}
.space__block {
  margin-top: 10px;
  line-height: 20px;
}
.space__bold {
  color: #FBC026;
  padding-left: 10px;
}
.space__branch {
  font-size: 12px;
  position: relative;
  top: -1px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .space__branch {
    font-size: 17px;
    top: -3px;
  }
}
.space__slider {
  position: relative;
}
.space__slider-inner {
  margin-top: 30px;
}
.space__slider-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.space__middle {
  position: relative;
  top: 10px;
}
.space .bx-wrapper .bx-pager .bx-pager-link {
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  border: 1px solid #ea5514 !important;
  background: none !important;
  margin: 0 2px !important;
}
.space .bx-wrapper .bx-pager .bx-pager-link.active {
  background-color: #ea5514 !important;
  border-radius: 8px !important;
  width: 20px !important;
}
.space .bx-controls-direction {
  display: none;
}
@media (min-width: 768px) {
  .space .bx-controls-direction {
    display: block;
  }
}
.space__arrow {
  display: inline-block;
  background-color: #343a40;
  cursor: pointer;
  padding: 20px;
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .space__arrow {
    top: 46%;
    display: block;
  }
}
.space__arrow--left {
  left: -10px;
}
@media (min-width: 992px) {
  .space__arrow--left {
    left: -25px;
  }
}
.space__arrow--right {
  right: -10px;
}
@media (min-width: 992px) {
  .space__arrow--right {
    right: -25px;
  }
}
.space .bx-controls-direction a {
  width: 50px;
  height: 55px;
  top: 46%;
  padding: 15px;
}
.space .bx-wrapper .bx-prev {
  left: -20px;
}
.space .bx-wrapper .bx-next {
  right: -20px;
}
.space__information {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .space__information {
    margin-top: 60px;
  }
}
.space__content {
  overflow: hidden;
  height: 100px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.space__content-seat {
  height: 180px;
}
@media (min-width: 992px) {
  .space__content-seat {
    height: 100px;
  }
}
.space__content-whiltnight-time {
  height: 140px;
}
@media (min-width: 992px) {
  .space__content-whiltnight-time {
    height: 100px;
  }
}
.space__content-story-time {
  height: 130px;
}
@media (min-width: 992px) {
  .space__content-story-time {
    height: 100px;
  }
}
.space__content:last-child {
  border: none;
}
.space__main {
  float: left;
  width: 30%;
}
.space__inner {
  display: inline-block;
  width: 120px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.space__description {
  line-height: 25px;
  float: left;
  width: 70%;
  text-align: left;
  color: #777777;
}
.space__description strong {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .space__description {
    line-height: initial;
  }
}
.space__seat {
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.space__seat-slide {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(/code3/include/img/code3_story/coach_cafe.png) no-repeat;
  background-size: 100% 100%;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.space__seat iframe {
  width: 100%;
  height: 800px;
  border: 0;
}
@media (min-width: 992px) {
  .space__seat {
    padding-left: 85px;
  }
}
.space-guide__item {
  text-align: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
@media (min-width: 992px) {
  .space-guide__item {
    padding-bottom: 70px;
  }
}
.space-guide__item:first-child {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .space-guide__item:first-child {
    padding-bottom: 0;
  }
}
.space-guide__item:last-child {
  border: none;
  padding-bottom: 0;
}
.space-guide__title {
  font-size: 26px;
  margin: 30px 0;
  color: #3e87e0;
  letter-spacing: -0.06em;
}
@media (min-width: 992px) {
  .space-guide__title {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.space-guide__focus-description {
  line-height: 30px;
}
.space-guide__focus--bold {
  color: #3e87e0;
  font-weight: bold;
}
.space-guide__left {
  padding-right: 0;
}
@media (min-width: 992px) {
  .space-guide__left {
    padding-right: 20px;
  }
}
.space-guide__right {
  padding-left: 0;
}
@media (min-width: 992px) {
  .space-guide__right {
    padding-left: 20px;
  }
}
.space-guide__right--focus {
  position: relative;
  top: 0;
}
@media (min-width: 992px) {
  .space-guide__right--focus {
    top: -90px;
  }
}
.space-guide__time {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}
.space-guide__time-table {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .space-guide__time-table {
    margin-bottom: 0;
  }
}
.space-guide__inner {
  position: relative;
}
.space-guide__penalty {
  overflow: hidden;
}
.space-guide__penalty-score {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  border: 1px solid #3e87e0;
  border-radius: 50%;
  color: #3e87e0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.space-guide__penalty-description {
  line-height: 25px;
  height: 115px;
  display: flex;
  align-items: center;
  margin-left: 100px;
}
@media (min-width: 992px) {
  .space-guide__penalty-description {
    height: 100px;
  }
}
.space-guide__award-text {
  margin: 10px 0;
  color: #999;
  font-size: 13px;
  text-align: right;
}
@media (min-width: 992px) {
  .space-guide__award-text {
    text-align: left;
  }
}
.space-guide__award table {
  border-collapse: collapse;
  width: 100%;
}
.space-guide__award caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333;
  padding-bottom: 15px;
}
.space-guide__award tr:first-child th,
.space-guide__award tr:first-child td {
  border-top: 1px solid #eaeaea;
}
.space-guide__award th {
  font-weight: normal;
  background-color: #ebf3fc;
  width: 160px;
}
@media (min-width: 992px) {
  .space-guide__award th {
    width: 180px;
  }
}
.space-guide__award th,
.space-guide__award td {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  vertical-align: middle;
  height: 50px;
}
.space-guide__award--min tr:first-child th,
.space-guide__award--min tr:first-child td {
  height: 50px;
  line-height: 50px;
}
.space-guide__award--min tr:last-child th,
.space-guide__award--min tr:last-child td {
  height: 102px;
}
.space-guide__award-block {
  display: block;
}
.space-guide__award-block:last-child {
  margin-top: 7px;
}
@media (min-width: 992px) {
  .space-guide__award-block {
    display: inline-block;
  }
  .space-guide__award-block:last-child {
    margin-top: 0;
  }
}
.space-guide__card {
  margin-top: 0;
}
@media (min-width: 992px) {
  .space-guide__card {
    margin-top: 50px;
  }
}
.space-guide__card-thumbnail {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .space-guide__card-thumbnail {
    margin-top: 0;
  }
}
.space-guide__card-image {
  box-shadow: 9px 9px 24px -1px rgba(221, 221, 221, 0.5);
  margin-bottom: 30px;
  width: 220px;
  height: 350px;
}
.space-guide__card-description {
  line-height: 30px;
}
.space-guide__image {
  max-width: 100%;
}
.bx-pager .bx-pager-link {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: 1px solid #3e87e0 !important;
  background-color: #fff !important;
  margin: 0 2px !important;
}
.bx-pager .bx-pager-link.active {
  background-color: #3e87e0 !important;
  border-radius: 10px !important;
  width: 20px !important;
}
.arrow {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 15px;
  width: 15px;
  height: 15px;
}
.arrow__left {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  left: 3px;
}
.arrow__right {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 3px;
}
