@charset "UTF-8";
.panel-type1 {
  position: relative;
  padding: 40rem;
  background-color: #f7f7f7;
}

.pagination + .panel-type1 {
  margin-top: 90rem;
}

.panel-type2 {
  position: relative;
  margin: 0 auto;
  padding: 50rem 50rem 70rem 50rem;
  max-width: 588rem;
  background-color: #f7f7f7;
}
.panel-type2 .panel__note {
  font-size: 22rem;
  color: #000;
  text-align: center;
  letter-spacing: -1rem;
}
.panel-type2 .panel__key {
  display: block;
  margin-top: 40rem;
  font-family: "LGSmartSB";
  font-size: 26rem;
  color: #d5295c;
  text-align: center;
}
.panel-type2 .panel__key span {
  display: block;
  margin-top: 10rem;
}
.panel-type2 .panel__key :first-child {
  margin-top: 0;
}

.precautions {
  position: relative;
  font-size: 13rem;
}
.precautions__tit {
  display: block;
  margin-bottom: 6rem;
  font-family: "LGSmartSB";
  font-size: 16rem;
  color: #000;
}

@media (max-width: 1024px) {
  .panel-type1 {
    padding: 25rem;
  }
  .panel-type2 {
    margin-top: 30rem;
    padding: 0;
    background-color: #fff;
  }
  .panel-type2 .panel__note {
    font-size: 13rem;
    line-height: 24rem;
  }
  .panel-type2 .panel__key {
    display: block;
    margin-top: 20rem;
    padding: 20rem 0;
    background-color: #f7f7f7;
    font-size: 14rem;
  }
  .panel-type2 .panel__key--id {
    font-size: 20rem;
  }
  .panel-type2 .panel__key span {
    margin-top: 5rem;
  }
  .precautions {
    font-size: 12rem;
  }
  .precautions__tit {
    margin-bottom: 3rem;
    font-size: 13rem;
  }
}
@media (max-width: 767px) {
  .panel-type1 {
    padding: 20rem;
  }
  .pagination + .panel-type1 {
    margin-top: 40rem;
  }
}
.heading__h1 {
  font-family: "LGSmartB";
  font-size: 62rem;
  color: #000;
}
.heading__h2 {
  font-family: "LGSmartB";
  font-size: 52rem;
  color: #000;
}
.heading__h3 {
  font-family: "LGSmartB";
  font-size: 40rem;
  color: #000;
}
.heading__h4 {
  font-family: "LGSmartSB";
  font-size: 22rem;
  color: #000;
}
.heading__h5 {
  font-family: "LGSmartSB";
  font-size: 18rem;
  color: #000;
}
.heading__h6 {
  font-family: "LGSmartSB";
  font-size: 16rem;
  color: #000;
}

.page-title {
  position: relative;
  margin-top: 30rem;
  text-align: center;
}
.page-title .heading__h1,
.page-title .heading__h2 {
  position: relative;
}
.page-title .heading__h1::after,
.page-title .heading__h2::after {
  display: inline-block;
  margin-bottom: 2rem;
  margin-left: 4rem;
  width: 10rem;
  height: 10rem;
  background-color: #d5295c;
  border-radius: 50%;
  vertical-align: text-bottom;
  content: "";
}
.page-title .heading__h1 .page-title__desc,
.page-title .heading__h2 .page-title__desc {
  font-family: "LGSmartSB";
  font-size: 18rem;
  color: #000;
}
.page-title .page-title__desc {
  margin-top: 10rem;
  font-size: 14rem;
}

.page-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-content__head .page-content_title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.content-title {
  position: relative;
  padding-top: 50rem;
  padding-bottom: 20rem;
}
.content-title:first-child {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .heading__h1 {
    font-size: 46rem;
  }
  .heading__h2 {
    font-size: 35rem;
  }
  .heading__h3 {
    font-size: 24rem;
  }
  .heading__h4 {
    font-size: 18rem;
  }
  .heading__h5 {
    font-size: 16rem;
  }
  .heading__h6 {
    font-size: 14rem;
  }
  .page-title {
    margin-top: 35rem;
  }
  .page-title .heading__h1::after,
  .page-title .heading__h2::after {
    width: 7rem;
    height: 7rem;
  }
  .page-title .heading__h1.pc-block + .page-title__desc,
  .page-title .heading__h2.pc-block + .page-title__desc {
    margin-top: 0;
  }
  .page-title .heading__h1 .page-title__desc,
  .page-title .heading__h2 .page-title__desc {
    font-size: 13rem;
  }
  .page-title .page-title__desc {
    font-size: 13rem;
    text-align: left;
  }
  .content-title {
    padding-top: 40rem;
  }
}
@media (max-width: 767px) {
  .heading__h1 {
    font-size: 30rem;
  }
  .heading__h2 {
    font-size: 28rem;
  }
  .heading__h3 {
    font-size: 20rem;
  }
  .heading__h4 {
    font-size: 15rem;
  }
  .heading__h5 {
    font-size: 14rem;
  }
  .heading__h6 {
    font-size: 13rem;
  }
  .page-title {
    margin-top: 20rem;
  }
  .page-title .heading__h1::after {
    width: 4rem;
    height: 4rem;
  }
}
.tab {
  position: relative;
  margin-bottom: 20rem;
  text-align: center;
}
.tab__item {
  position: relative;
  display: inline-block;
  margin-left: 40rem;
  padding: 10rem 20rem;
  font-family: "LGSmartB";
  font-size: 40rem;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: -1rem;
  cursor: pointer;
}
.tab__item.is-active {
  color: #000;
}
.tab__item:first-child {
  margin-left: 0;
}

.tab__type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tab__type2 .tab__item {
  margin: 0 -1rem;
  padding: 18rem 20rem;
  width: 100%;
  background-color: #f7f7f7;
  border-right: 1rem solid #eaeaea;
  border-left: 1rem solid #eaeaea;
  font-family: "LGSmartSB";
  font-size: 22rem;
  line-height: 34rem;
  color: #999;
  letter-spacing: -1rem;
  cursor: pointer;
}
.tab__type2 .tab__item.is-active {
  z-index: 1;
  background-color: #d5295c;
  border-right-color: #d5295c;
  border-left-color: #d5295c;
  color: #fff;
}
.tab__type2 .tab__item:first-child {
  margin-left: 0;
  border-left: 0;
}
.tab__type2 .tab__item:last-child {
  margin-right: 0;
  border-right: 0;
}

.tab__type3 {
  display: table;
  margin-top: -30rem;
  margin-bottom: 35rem;
  width: 100%;
  height: 70rem;
  table-layout: fixed;
}
.tab__type3 .tab__item {
  position: relative;
  display: table-cell;
  padding: 5rem;
  border-bottom: 1rem solid #eaeaea;
  font-size: 18rem;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.tab__type3 .tab__item.active {
  font-family: "LGSmartB";
  color: #d5285d;
}
.tab__type3 .tab__item.active:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #d5285d;
  content: "";
}

@media (max-width: 1024px) {
  .tab__item {
    font-size: 30rem;
  }
  .tab__type2 .tab__item {
    padding: 10rem 10rem;
    font-size: 18rem;
    line-height: 28rem;
  }
}
@media (max-width: 767px) {
  .tab {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .tab__item {
    display: table-cell;
    margin-left: 0;
    padding: 13rem 10rem;
    background-color: #eaeaea;
    font-size: 13rem;
    line-height: 18rem;
    vertical-align: middle;
  }
  .tab__item.is-active {
    background-color: #000;
    color: #fff;
  }
  .tab__type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab__type2 .tab__item {
    margin: 1rem;
    padding: 10rem 10rem;
    width: calc(50% - 2rem);
    border-right: 0;
    border-left: 0;
    font-size: 13rem;
    line-height: 24rem;
  }
  .tab__type2 .tab__item.is-active {
    background-color: #d5295c;
    border-right: 0;
    border-left: 0;
  }
  .tab__type2 .tab__item:first-child {
    margin-left: 1rem;
    border-left: 0;
  }
  .tab__type2 .tab__item:last-child {
    margin-right: 1rem;
    border-right: 0;
  }
}
.list {
  position: relative;
  margin: 15rem 0;
}
.list:first-child {
  margin-top: 0;
}
.list:last-child {
  margin-bottom: 0;
}
.list dt {
  margin-bottom: 10rem;
  font-family: "LGSmartSB";
  font-size: 18rem;
  color: #000;
}
.list dd,
.list li {
  position: relative;
  margin: 5rem 0;
  padding-left: 20rem;
}
.list dd:first-child,
.list li:first-child {
  margin-top: 0;
}
.list dd:last-child,
.list li:last-child {
  margin-bottom: 0;
}
.list dd::before,
.list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "-";
}
.list .list {
  margin: 5rem 0;
}
.list__bullet dd::before,
.list__bullet li::before {
  top: 9rem;
  width: 5rem;
  height: 5rem;
  background-color: #ccc;
  border-radius: 50%;
  content: "";
}
.list__none dd,
.list__none li {
  padding-left: 0;
}
.list__none dd::before,
.list__none li::before {
  display: none;
  content: "";
}
.list__none .list {
  padding-left: 15rem;
}
.list__num li {
  margin-left: 15rem;
  padding-left: 0;
  list-style-type: decimal;
}
.list__num li::before {
  display: none;
}
.list__ico dd[data-ico], .list__ico li[data-ico] {
  padding-left: 15rem;
}
.list dd[data-ico]::before,
.list li[data-ico]::before {
  content: attr(data-ico);
}

@media (max-width: 767px) {
  .list {
    margin: 10rem 0;
  }
  .list dt {
    margin-bottom: 4rem;
    font-size: 13rem;
  }
  .list dd,
  .list li {
    padding-left: 10rem;
  }
  .list__bullet li::before {
    top: 6rem;
    width: 3rem;
    height: 3rem;
  }
  .list__num li {
    margin-left: 12rem;
  }
  .list__none li, .list__none dd, .list__num li {
    padding-left: 0;
  }
  .list__ico dd[data-ico], .list__ico li[data-ico] {
    padding-left: 10rem;
  }
}
.badge {
  display: inline-block;
  padding: 5rem 10rem 8rem;
  background-color: #55565a;
  border-radius: 0 0 50% 50%;
  font-family: "LGSmartSB";
  font-size: 13rem;
  color: #fff;
}
.badge-wrap {
  font-size: 0;
}

@media (max-width: 767px) {
  .badge {
    font-size: 11rem;
  }
}
.form-box {
  margin: 0 auto;
  padding: 50rem 75rem 75rem;
  max-width: 588rem;
  background-color: #f7f7f7;
}
.form-box .btn-wrap + .precautions {
  margin-top: 30rem;
}
.form-box .btn-wrap.only .btn:only-child {
  width: 100%;
}
.form-box .form-box__note {
  font-family: "LGSmartSB";
  color: #000;
  text-align: center;
}

.ess {
  position: relative;
}
.ess::before {
  display: inline-block;
  margin-left: 4rem;
  vertical-align: middle;
  content: "*";
}

.field {
  margin-top: 25rem;
}
.field__tit {
  display: block;
  margin-bottom: 8rem;
  font-family: "LGSmartSB";
  font-size: 16rem;
  color: #000;
}
.field .inp-box,
.field .textarea,
.field .selectbox {
  margin-top: 8rem;
  width: 100%;
}
.field :first-child,
.field .field__tit + .inp-box,
.field .field__tit + .textarea,
.field .field__tit + .selectbox {
  margin-top: 0;
}

.form-box.type2 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
.form-box.type2 .field:first-child {
  margin-top: 0;
}
.form-box.type2 .field {
  margin-top: 20rem;
}

.inp-emailbox .inp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inp-emailbox .inp-box input[type=text] {
  width: calc((100% - 30rem) / 2);
}
.inp-emailbox .inp-box span {
  display: inline-block;
  width: 30rem;
  font-size: 16rem;
  vertical-align: middle;
  text-align: center;
}

.inp-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inp-birth .selectbox {
  margin-top: 0;
  width: 100%;
}
.inp-birth .selectbox:not(:first-child) {
  margin-left: 10rem;
}

.inp-search {
  display: inline-block;
  vertical-align: middle;
}
.inp-search .inp-box {
  width: 320rem;
}
.inp-search .btn {
  padding: 10rem 16rem;
  width: 70rem;
}

.phone-verify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone-verify .inp-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 0 !important;
}
.phone-verify .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10rem;
  background-color: #262858;
  border-color: #262858;
  font-size: 15rem;
  color: #fff;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.search-box .btn,
.search-box .inp-box {
  vertical-align: middle;
}
.search-box .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10rem;
  padding: 4rem 15rem;
  font-size: 16rem;
}
.search-box .inp-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.search-box .inp-box input {
  width: 100%;
}

.inp-qty .inp-box {
  width: 100rem;
  vertical-align: middle;
}
.inp-qty .inp-box input {
  padding: 4rem 5rem;
  text-align: center;
}
.inp-qty .btn-ico {
  padding: 7rem;
  vertical-align: middle;
}
.inp-qty .ico {
  position: relative;
  width: 26rem;
  height: 26rem;
  border: 1rem solid #e5e5e5;
  border-radius: 50%;
}
.inp-qty .ico__minus::before, .inp-qty .ico__plus::before, .inp-qty .ico__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -5rem;
  width: 10rem;
  height: 2rem;
  background-color: #000;
  content: "";
}
.inp-qty .ico__plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.msg-error {
  margin-top: 6rem;
  font-size: 13rem;
  color: #d5295c;
}

.msg-info {
  margin-top: 6rem;
  font-size: 13rem;
  color: #262858;
}

.msg-text {
  margin-top: 6rem;
  font-size: 13rem;
  color: #999;
}

@media (max-width: 1024px) {
  .form-box .btn-wrap + .precautions {
    margin-top: 18rem;
  }
  .form-box .form-box__note {
    font-size: 13rem;
  }
  .field {
    margin-top: 15rem;
  }
  .field:first-child {
    margin-top: 0;
  }
  .field .inp-box,
  .field .textarea,
  .field .selectbox {
    margin-top: 4rem;
  }
  .form-box.type2 .field {
    margin-top: 10rem;
  }
  .phone-verify .btn {
    padding: 7rem 10rem;
    font-size: 13rem;
  }
  .msg-text,
  .msg-error {
    margin-top: 4rem;
    font-size: 12rem;
  }
}
@media (max-width: 767px) {
  .form-box {
    padding: 0;
    background-color: #fff;
  }
  .field__tit {
    font-size: 13rem;
  }
  .search-box .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10rem;
    padding: 4rem 15rem;
    font-size: 14rem;
  }
}
.ui-widget {
  font-family: "LGSmart";
}

.ui-datepicker {
  width: 318rem;
  font-size: 16rem;
}
.ui-datepicker table {
  margin-bottom: 0;
  table-layout: fixed;
}
.ui-datepicker th {
  font-family: "LGSmartSB";
  font-size: 14rem;
  color: #999;
}
.ui-datepicker td {
  font-size: 16rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 6rem 2rem;
  border-radius: 2rem;
  font-family: "LGSmartSB" !important;
  line-height: 24rem;
  text-align: center;
}
.ui-datepicker .ui-widget-header {
  padding: 10rem 0;
  background: #fff;
  border: 0;
  font-family: "LGSmartB";
  color: #000;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev {
  top: 50%;
  left: 10rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  margin-top: -6rem;
  margin-left: -2rem;
  width: 12rem;
  height: 12rem;
  background-image: none;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.4);
  border-left: 1rem solid rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-datepicker .ui-datepicker-next {
  top: 50%;
  right: 10rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  margin-top: -6rem;
  margin-left: -10rem;
  width: 12rem;
  height: 12rem;
  background-image: none;
  border-top: 1rem solid rgba(0, 0, 0, 0.4);
  border-right: 1rem solid rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
}
.ui-datepicker .ui-datepicker-title {
  display: inline-block;
  margin: 0 auto;
  width: 120rem;
  font-size: 26rem;
}
.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-widget-content .ui-state-disabled,
.ui-datepicker .ui-widget-header .ui-state-disabled {
  opacity: 1;
}
.ui-datepicker .ui-state-disabled .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-disabled .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-disabled .ui-state-default {
  background: rgba(204, 204, 204, 0.3);
  color: #dfdfdf;
}
.ui-datepicker .ui-priority-secondary,
.ui-datepicker .ui-widget-content .ui-priority-secondary,
.ui-datepicker .ui-widget-header .ui-priority-secondary {
  opacity: 1;
  color: #cdcdcd;
}
.ui-datepicker .ui-datepicker-other-month .ui-state-default,
.ui-datepicker .ui-widget-content .ui-datepicker-other-month .ui-state-default,
.ui-datepicker .ui-widget-header .ui-datepicker-other-month .ui-state-default {
  opacity: 1;
  color: #cdcdcd;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
.ui-datepicker html .ui-button.ui-state-disabled:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active {
  background: transparent;
  border: 1rem solid transparent;
  color: #333;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
  background: #fff;
  border: 1rem solid #d5295c;
  color: #d5295c;
}

.ui-datepicker .ui-datepicker-today.ui-state-disabled .ui-state-default, /*오늘 교육이 없는 경우*/
.ui-datepicker .ui-datepicker-today .ui-datepicker-unselectable .ui-state-default,
.ui-datepicker .ui-datepicker-today .ui-datepicker-unselectable .ui-widget-content .ui-state-default,
.ui-datepicker .ui-datepicker-today .ui-state-disabled .ui-state-default,
.ui-datepicker .ui-datepicker-today .ui-state-disabled .ui-widget-content .ui-state-default,
.ui-datepicker .ui-datepicker-today .ui-state-highlight {
  background: #d5295c;
  border: 1rem solid #d5295c;
  color: #fff;
}

.date-inline {
  position: relative;
  display: inline-block;
}
.date-inline .ui-widget.ui-widget-content {
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.datapicker-icon {
  margin-top: 10rem;
  padding: 0 12rem;
  font-size: 14rem;
  line-height: 18rem;
  color: #000;
}
.datapicker-icon li {
  display: inline-block;
}
.datapicker-icon li:not(:first-child) {
  margin-left: 20rem;
}
.datapicker-icon .ico {
  margin-right: 8rem;
  width: 18rem;
  height: 18rem;
  border-width: 1rem;
  border-style: solid;
  border-radius: 2rem;
}
.datapicker-icon .ico__today {
  background-color: #d5295c;
  border-color: #d5295c;
}
.datapicker-icon .ico__select {
  background-color: #fff;
  border-color: #d5295c;
}
.datapicker-icon .ico__disable {
  background-color: rgba(204, 204, 204, 0.3);
  border-color: rgba(204, 204, 204, 0.3);
}

@media (max-width: 767px) {
  .date-inline {
    padding: 20rem 0 0;
  }
  .datapicker-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 0;
    font-size: 12rem;
    line-height: 12rem;
  }
  .datapicker-icon li:not(:first-child) {
    margin-left: 10rem;
  }
  .datapicker-icon .ico {
    margin-right: 4rem;
    width: 12rem;
    height: 12rem;
  }
  .ui-datepicker .ui-widget-header {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .ui-datepicker {
    width: 280rem;
    font-size: 14rem;
  }
  .ui-datepicker th {
    font-size: 12rem;
  }
  .ui-datepicker td {
    font-size: 14rem;
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    line-height: 20rem;
  }
  .ui-datepicker .ui-datepicker-title {
    display: inline-block;
    margin: 0 auto;
    width: 120rem;
    font-size: 26rem;
  }
}
.attached-file {
  width: 100%;
}
.attached-file::after {
  display: block;
  clear: both;
  content: "";
}
.attached-file__inp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.attached-file__inp input[type=file] {
  position: absolute;
  top: 0;
  left: -9999rem;
  opacity: 0;
}
.attached-file__inp .attached-file__box {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 4rem 15rem;
  width: 100%;
  background-color: #fff;
  border: 1rem solid #e5e5e5;
  font-size: 16rem;
  line-height: 30rem;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.attached-file__inp .attached-file__delete {
  position: absolute;
  top: 50%;
  right: 15rem;
  display: none;
  overflow: hidden;
  width: 26rem;
  height: 26rem;
  background: url("/images/icon/ico-file-delete2-53b9fc9b99e0028516942f856f5baebd.png") no-repeat right center;
  font-size: 14rem;
  line-height: 500rem;
  color: #666;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.attached-file__inp .attached-file__delete.show {
  display: block;
}
.attached-file__inp label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10rem;
}
.attached-file__inp .btn__attached-file {
  padding: 4rem 15rem;
  width: 100%;
  min-width: auto;
  background-color: #262858;
  border-color: #262858;
  font-size: 16rem;
  line-height: 30rem;
  color: #fff;
}
.attached-file__item {
  position: relative;
  margin-top: 10rem !important;
  font-size: 0;
}
.attached-file__item .attached-file__delete {
  display: inline-block;
  padding-right: 24rem;
  background: url("/images/icon/ico-file-delete-835d5f2f5a17b7a4830bfefb7d4cbee9.png") no-repeat right center;
  font-size: 14rem;
  line-height: 20rem;
  color: #666;
  vertical-align: middle;
}
.attached-file.large .attached-file__inp .attached-file__box {
  padding: 14rem 15rem;
}
.attached-file.large .attached-file__inp .btn__attached-file {
  padding: 14rem 20rem;
  font-size: 16rem;
}
.attached-file.only-one .attached-file__inp .attached-file__box {
  padding-right: 45rem;
}

@media (max-width: 767px) {
  .attached-file__inp .attached-file__box,
  .attached-file__inp .btn__attached-file {
    font-size: 14rem;
  }
  .attached-file.large .attached-file__inp .attached-file__box {
    padding: 4rem 10rem;
    font-size: 13rem;
  }
  .attached-file.large .attached-file__inp .btn__attached-file {
    padding: 4rem 15rem;
    font-size: 14rem;
  }
  .attached-file .attached-file__item .attached-file__delete {
    font-size: 12rem;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip__btn.btn {
  border: 1rem solid #e5e5e5;
  font-size: 14rem;
  color: #000;
}
.tooltip .tooltip__btn.btn .ico {
  margin-left: 20rem;
  width: 6rem;
  height: 6rem;
  border-top: 1rem solid #000;
  border-right: 1rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tooltip__pop {
  position: absolute;
  z-index: 3;
  display: none;
  padding-top: 10rem;
}
.tooltip__pop.is-open {
  display: block;
}
.tooltip__pop::after {
  position: absolute;
  top: 5rem;
  left: 50%;
  display: block;
  margin-left: -8rem;
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-top: 1rem solid #000;
  border-left: 1rem solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) -5rem -5rem 15rem 0;
          box-shadow: rgba(0, 0, 0, 0.15) -5rem -5rem 15rem 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tooltip__pop.left::after {
  left: 11rem;
}
.tooltip__pop.right::after {
  right: 4rem;
  left: auto;
}
.tooltip__pop.top {
  padding-top: 0;
  padding-bottom: 10rem;
}
.tooltip__pop.top::after {
  z-index: 1;
  top: calc(100% - 16rem);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) -3rem -3rem 15rem 0;
          box-shadow: rgba(0, 0, 0, 0.15) -3rem -3rem 15rem 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.tooltip__pop.tooltip-res::after {
  display: none;
}
.tooltip__cont {
  position: relative;
  padding: 20rem;
  background-color: #fff;
  border: 1rem solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5rem 15rem 0;
          box-shadow: rgba(0, 0, 0, 0.15) 0 5rem 15rem 0;
  font-size: 14rem;
  color: #666;
}
.tooltip__close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  overflow: hidden;
  width: 30rem;
  height: 30rem;
  line-height: 500rem;
}
.tooltip__close::before, .tooltip__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20rem;
  height: 1rem;
  background-color: #555;
  content: "";
}
.tooltip__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.tooltip__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.tooltip__header {
  padding: 0 20rem 0 0;
  font-family: "LGSmartSB";
  font-size: 18rem;
  color: #000;
}
.tooltip__header + .tooltip__body {
  padding-top: 10rem;
}
.tooltip__body {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 14rem;
}

.tooltip .list dt {
  font-size: 16rem;
}
.tooltip .list li,
.tooltip .list dd {
  font-size: 14rem;
}

.tooltip__pop.none-border {
  padding-top: 0;
}
.tooltip__pop.none-border::after {
  display: none;
}
.tooltip__pop.none-border.top {
  padding-bottom: 0;
}
.tooltip__pop.none-border .tooltip__cont {
  border: 0;
  border-radius: 3rem;
}
.tooltip__pop.none-border .tooltip__btn {
  border: 1rem solid #e5e5e5;
  font-size: 14rem;
  color: #000;
}
.tooltip__pop.none-border .tooltip__btn .ico {
  margin-left: 20rem;
  width: 6rem;
  height: 6rem;
  border-top: 1rem solid #000;
  border-right: 1rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 767px) {
  .tooltip__cont {
    padding: 15rem 25rem 15rem 15rem;
    font-size: 12rem;
  }
  .tooltip__close {
    top: 4rem;
    right: 4rem;
    width: 30rem;
    height: 30rem;
  }
  .tooltip__header {
    font-size: 14rem;
  }
  .tooltip__header + .tooltip__body {
    padding-bottom: 6rem;
  }
  .reservation__desc .tooltip__btn {
    display: none;
  }
  .reservation__desc .tooltip__pop {
    position: static;
    display: block;
    padding: 0;
  }
  .reservation__desc .tooltip__pop::after {
    display: none;
  }
  .reservation__desc .tooltip__cont {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .reservation__desc .tooltip__close {
    display: none;
  }
  .reservation__desc .tooltip .list li,
  .reservation__desc .tooltip .list dd {
    font-size: 12rem;
  }
}
.tbl {
  margin: 20rem 0;
}
.tbl table {
  width: 100%;
  table-layout: fixed;
}
.tbl th,
.tbl td {
  padding: 5rem 20rem;
  height: 40rem;
  border-top: 1rem solid #eaeaea;
  border-bottom: 1rem solid #eaeaea;
  font-size: 14rem;
  line-height: 20rem;
  color: #000;
  vertical-align: middle;
}
.tbl th {
  font-family: "LGSmartSB";
  letter-spacing: -1rem;
}
.tbl tbody th {
  background-color: #f7f7f7;
  text-align: left;
}
.tbl td .inp-box:only-child,
.tbl td .textarea:only-child,
.tbl td .selectbox:only-child {
  width: 100%;
}

.tbl__type2 th,
.tbl__type2 td {
  height: 50rem;
}
.tbl__type2 tbody th {
  background-color: transparent;
}

.content-title + .tbl {
  margin-top: 0;
}

.tbl-res {
  border-top: 1rem solid #e5e5e5;
}
.tbl-res .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1rem solid #e5e5e5;
}
.tbl-res .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.tbl-res .col dt,
.tbl-res .col dd {
  padding: 5rem 20rem;
}
.tbl-res .col dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "LGSmartSB";
  color: #000;
}
.tbl-res .col dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tbl-res .col dd .inp-box:only-child,
.tbl-res .col dd .textarea:only-child,
.tbl-res .col dd .selectbox:only-child {
  width: 100%;
}

.tbl-board {
  display: table;
  margin-top: 20rem;
  width: 100%;
  border-top: 1rem solid #000;
  table-layout: fixed;
}
.tbl-board .row {
  position: relative;
  display: table-row;
}
.tbl-board .row.tbl-board__head .cell {
  border-bottom: 1rem solid #000;
  font-family: "LGSmartB";
  color: #000;
}
.tbl-board .row:not(.tbl-board__head):hover {
  background-color: #f7f7f7;
}
.tbl-board .row:not(.tbl-board__head):hover .ellipsis {
  color: #d5295c;
}
.tbl-board .cell {
  position: relative;
  display: table-cell;
  padding: 17rem 20rem;
  border-bottom: 1rem solid #e5e5e5;
  font-size: 18rem;
  line-height: 35rem;
  text-align: center;
}
.tbl-board .cell.left {
  text-align: left;
}
.tbl-board .label {
  display: inline-block;
  padding: 0 15rem;
  min-width: 60rem;
  background-color: #d5295c;
  color: #fff;
  text-align: center;
}
.tbl-board .ellipsis {
  display: block;
  overflow: hidden;
  font-family: "LGSmartSB";
  color: #000;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tbl-board .ongoing {
  font-family: "LGSmartSB";
  color: #d5295c;
}

@media (max-width: 1024px) {
  .tbl-board .cell {
    padding: 10rem 10rem;
    font-size: 16rem;
  }
}
@media (max-width: 767px) {
  .tbl {
    margin: 10rem 0;
  }
  .tbl th,
  .tbl td {
    padding: 5rem 10rem;
    height: 33rem;
    font-size: 12rem;
    word-break: break-all;
  }
  .tbl-res {
    border-top: 0;
  }
  .tbl-res .row {
    display: block;
    margin-top: 20rem;
    border-bottom: 0;
  }
  .tbl-res .row:first-child {
    margin-top: 0;
  }
  .tbl-res .col {
    display: block;
    margin-top: 20rem;
  }
  .tbl-res .col:first-child {
    margin-top: 0;
  }
  .tbl-res .col dt,
  .tbl-res .col dd {
    padding: 0;
    font-size: 13rem;
  }
  .tbl-res .col dt {
    margin-bottom: 6rem;
  }
  .tbl-res .col dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .tbl-board {
    display: block;
    margin-top: 10rem;
    table-layout: auto;
  }
  .tbl-board .row {
    display: block;
    padding: 15rem 0;
    border-bottom: 1rem solid #e5e5e5;
  }
  .tbl-board .row.tbl-board__head {
    display: none;
  }
  .tbl-board .cell {
    display: block;
    padding: 0;
    border-bottom: 0;
    font-size: 13rem;
    line-height: normal;
    text-align: left;
  }
  .tbl-board .label {
    display: inline-block;
    padding: 0 5rem;
    min-width: 50rem;
    line-height: 30rem;
  }
}
.board {
  position: relative;
}
.board__nodata {
  padding: 50rem 0;
  width: 100%;
  border: 1rem solid #e5e5e5;
  text-align: center;
}
.board__nodata p {
  padding-top: 125rem;
  background: url("/images/icon/ico-nodata-77cba55d261dc806fe2afe137f7bc311.png") no-repeat center top;
  font-size: 22rem;
  color: #999;
}

.board-top {
  position: relative;
}
.board-top .total {
  font-size: 22rem;
  line-height: 40rem;
  color: #000;
}
.board-top .total strong {
  font-family: "LGSmartB";
  color: #d5295c;
}
.board-top .right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.board-top .right .heading__h6 {
  margin-right: 10rem;
}

.board.board__view {
  margin: 0 auto;
  padding: 0;
  max-width: 1140rem;
}
.board.board__view .head__badge {
  margin-bottom: 10rem;
}
.board.board__view .head__badge__item {
  display: inline-block;
  overflow: hidden;
  padding: 0 20rem;
  min-width: 100rem;
  background-color: #d5295c;
  border-radius: 5rem 20rem 20rem 5rem;
  font-family: "LGSmartSB";
  font-size: 18rem;
  line-height: 42rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.board.board__view .head__title {
  font-family: "LGSmartB";
  font-size: 42rem;
  color: #000;
}
.board.board__view .head__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10rem;
}
.board.board__view .head__info > * {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 20rem;
  line-height: 24rem;
  color: #999;
}
.board.board__view .head__info > *:first-child {
  padding-left: 0;
}
.board.board__view .head__info > *:last-child {
  padding-right: 0;
}
.board.board__view .head__info .info__region {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.board.board__view .head__info .info__state {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.board.board__view .head__info .info__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.board.board__view .head__info .info__date::after, .board.board__view .head__info .info__date::before {
  position: absolute;
  top: 4rem;
  width: 1rem;
  height: 16rem;
  background-color: #e5e5e5;
  content: "";
}
.board.board__view .head__info .info__date::before {
  left: 0;
}
.board.board__view .head__info .info__date::after {
  right: 0;
}
.board.board__view .head__info .info__file {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 20rem;
}
.board.board__view .head__info .info__file .file-down {
  display: inline-block;
  margin: 2rem 20rem 2rem 0;
}
.board.board__view .head__info .info__file .file-down i {
  margin-right: 4rem;
}
.board.board__view .board__body {
  padding: 70rem 0;
  border-bottom: 1rem solid #e5e5e5;
}
.board.board__view .board__reply {
  position: relative;
  margin-top: -1rem;
  padding: 45rem;
  background-color: #f7f7f7;
}
.board.board__view .board__reply__head {
  position: relative;
  padding-left: 80rem;
  font-family: "LGSmartSB";
  font-size: 22rem;
  line-height: 60rem;
  color: #000;
}
.board.board__view .board__reply__head::before {
  position: absolute;
  left: 0;
  display: block;
  width: 60rem;
  height: 60rem;
  background: #d5295c url("/images/icon/ico-bubble-7fa492b83f4f9cc3be6c987f5b764002.png") no-repeat center;
  border-radius: 50%;
  content: "";
}
.board.board__view .board__reply__text {
  padding-left: 80rem;
  font-size: 17rem;
  line-height: 34rem;
}
.board.board__view .board__pn {
  padding: 25rem 0;
  border-bottom: 1rem solid #e5e5e5;
}
.board.board__view .board__pn:after {
  display: block;
  clear: both;
  content: "";
}
.board.board__view .board__pn--prev {
  position: relative;
  display: block;
  float: left;
  padding-left: 40rem;
  width: calc(50% - 20rem);
  background: url("/images/icon/ico-board-prev-7d0076818b2cb025f01b645ba061692e.png") no-repeat left center;
}
.board.board__view .board__pn--next {
  position: relative;
  display: block;
  float: right;
  padding-right: 40rem;
  width: calc(50% - 20rem);
  background: url("/images/icon/ico-board-next-b20597f24dbf28e40c951243a4c83042.png") no-repeat right center;
  text-align: right;
}
.board.board__view .board__pn__cate {
  display: inline-block;
  margin-bottom: 10rem;
  font-size: 18rem;
  color: #999;
}
.board.board__view .board__pn__title {
  overflow: hidden;
  font-family: "LGSmartSB";
  font-size: 18rem;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board.board__type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
}
.board.board__type1 .card {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16rem;
}
.board.board__type1 .card__state {
  margin-bottom: 30rem;
  font-family: "LGSmartB";
  font-size: 22rem;
  color: #000;
}
.board.board__type1 .card__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-family: "LGSmartSB";
  font-size: 18rem;
  line-height: 32rem;
  color: #000;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
}
.board.board__type1 .card__desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 80rem;
  font-size: 14rem;
  line-height: 24rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
}
.board.board__type1 .card__date {
  position: absolute;
  bottom: 30rem;
  left: 30rem;
  font-family: "LGSmartB";
  font-size: 13rem;
  color: #999;
}

.board.board__type2 {
  margin-top: 20rem;
}
.board.board__type2 .board__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20rem;
  padding: 20rem;
  border: 1rem solid #e5e5e5;
  border-radius: 6rem;
}
.board.board__type2 .board__item:first-child {
  margin-top: 0;
}
.board.board__type2 .board__item__img {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 254rem;
  height: 157rem;
}
.board.board__type2 .board__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.board.board__type2 .board__item__img .badge-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.board.board__type2 .board__item__img .board__item__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5rem 8rem 8rem;
  background-color: #55565a;
  border-radius: 0 0 50% 50%;
  font-family: "LGSmartSB";
  font-size: 13rem;
  color: #fff;
}
.board.board__type2 .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 25rem;
}
.board.board__type2 .card:hover .card__info a.title {
  text-decoration: underline;
}
.board.board__type2 .card__info {
  font-family: "LGSmartSB";
  font-size: 18rem;
  color: #000;
}
.board.board__type2 .card__info .status {
  margin-top: 8rem;
}
.board.board__type2 .card__info .status p {
  display: inline-block;
}
.board.board__type2 .card__info .status p:not(:first-child) {
  margin-left: 20rem;
}
.board.board__type2 .card__date li {
  margin-top: 4rem;
}
.board.board__type2 .card .btn-wrap {
  position: absolute;
  right: 10rem;
  bottom: 10rem;
}

@media (max-width: 1024px) {
  .board__nodata {
    padding: 30rem 0;
    width: 100%;
    border: 0;
  }
  .board__nodata p {
    padding-top: 80rem;
    background-size: 68rem auto;
    font-size: 14rem;
  }
  .board-top .total {
    font-size: 18rem;
  }
  .board.board__view .head__badge__item {
    padding: 0 15rem;
    min-width: 80rem;
    font-size: 15rem;
    line-height: 30rem;
  }
  .board.board__view .head__title {
    font-size: 24rem;
  }
  .board.board__view .head__info {
    display: block;
  }
  .board.board__view .head__info > * {
    line-height: 20rem;
  }
  .board.board__view .head__info .info__state {
    padding-right: 10rem;
    width: auto;
  }
  .board.board__view .head__info .info__date {
    padding-right: 10rem;
    padding-left: 10rem;
    width: auto;
  }
  .board.board__view .head__info .info__date::before {
    top: 2rem;
    width: 1rem;
    height: 10rem;
  }
  .board.board__view .head__info .info__date::after {
    display: none;
  }
  .board.board__view .head__info .info__file {
    margin-top: 5rem;
    padding-left: 0;
    line-height: 16rem;
  }
  .board.board__view .head__info .info__file .file-down {
    margin: 2rem 20rem 2rem 0;
  }
  .board.board__view .head__info .info__file .file-down i {
    width: 10rem;
    height: 12rem;
  }
  .board.board__view .board__body {
    padding: 30rem 0;
  }
  .board.board__view .board__reply {
    padding: 25rem;
  }
  .board.board__view .board__reply__head {
    padding-left: 65rem;
    font-size: 20rem;
    line-height: 50rem;
  }
  .board.board__view .board__reply__head::before {
    width: 50rem;
    height: 50rem;
    background-size: 20rem;
  }
  .board.board__view .board__reply__text {
    margin-top: 15rem;
    padding-left: 0;
    font-size: 15rem;
    line-height: 20rem;
  }
  .board.board__type1 .card__state {
    margin-bottom: 15rem;
    font-size: 18rem;
  }
  .board.board__type1 .card__text {
    font-size: 16rem;
    line-height: 24rem;
  }
  .board.board__type1 .card__desc {
    margin-top: 8rem;
    margin-bottom: 50rem;
    font-size: 13rem;
    line-height: 20rem;
  }
  .board.board__type1 .card__date {
    bottom: 20rem;
    left: 20rem;
    font-size: 13rem;
  }
  .board.board__type2 .card {
    display: block;
  }
  .board.board__type2 .card .btn-wrap {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20rem;
    text-align: right;
  }
  .board.board__type2 .card__date {
    margin-top: 20rem;
  }
}
@media (max-width: 767px) {
  .board-top .total {
    font-size: 15rem;
  }
  .board-top.has-searchbox .total {
    margin-top: 20rem;
    line-height: 24rem;
  }
  .board-top.has-searchbox .right {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
  .board-top.has-searchbox .right > * {
    display: block;
  }
  .board-top.has-searchbox .right > *:not(:first-child) {
    margin-top: 6rem;
  }
  .board-top.has-searchbox .right .inp-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .board-top.has-searchbox .right .inp-search .inp-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  .board-top.has-searchbox .right .inp-search .btn {
    margin-left: 10rem;
    width: 60rem;
  }
  .board.board__view .head__badge {
    margin-bottom: 10rem;
  }
  .board.board__view .head__badge__item {
    min-width: 65rem;
    font-size: 13rem;
    line-height: 28rem;
  }
  .board.board__view .head__title {
    font-size: 18rem;
  }
  .board.board__view .head__info {
    font-size: 12rem;
  }
  .board.board__view .board__body {
    padding: 20rem 0 30rem;
  }
  .board.board__view .board__reply {
    padding: 20rem;
  }
  .board.board__view .board__reply__head {
    padding-left: 50rem;
    font-size: 15rem;
    line-height: 40rem;
  }
  .board.board__view .board__reply__head::before {
    width: 40rem;
    height: 40rem;
    background-size: 18rem;
  }
  .board.board__view .board__reply__text {
    font-size: 13rem;
  }
  .board.board__view .board__pn {
    padding: 0;
  }
  .board.board__view .board__pn--prev {
    float: none;
    padding: 15rem 0;
    padding-left: 0;
    width: 100%;
    background: none;
    border-bottom: 1rem solid #e5e5e5;
  }
  .board.board__view .board__pn--prev:only-child {
    border-bottom: 0;
  }
  .board.board__view .board__pn--next {
    float: none;
    padding: 15rem 0;
    padding-right: 0;
    width: 100%;
    background: none;
    text-align: left;
  }
  .board.board__view .board__pn__cate {
    margin-bottom: 0;
    width: 40rem;
    font-size: 13rem;
    vertical-align: middle;
  }
  .board.board__view .board__pn__title {
    display: inline-block;
    width: calc(100% - 45rem);
    font-size: 13rem;
    vertical-align: middle;
  }
  .board.board__type1 .card__state {
    margin-bottom: 20rem;
    font-size: 15rem;
  }
  .board.board__type1 .card__text {
    font-size: 14rem;
    line-height: 20rem;
  }
  .board.board__type1 .card__desc {
    margin-top: 4rem;
    margin-bottom: 20rem;
    font-size: 13rem;
    line-height: 18rem;
  }
  .board.board__type1 .card__date {
    position: relative;
    bottom: unset;
    left: unset;
    font-size: 12rem;
  }
  .board.board__type2 {
    margin-top: 15rem;
  }
  .board.board__type2 .board__item {
    display: block;
    margin-top: 40rem;
    padding: 0;
    border: 0;
  }
  .board.board__type2 .board__item__img {
    padding-bottom: 61.73%;
    width: 100%;
    height: auto;
  }
  .board.board__type2 .card {
    padding-top: 20rem;
    padding-left: 0;
  }
  .board.board__type2 .card__info {
    font-size: 16rem;
  }
  .board.board__type2 .card__info .status {
    margin-top: 8rem;
  }
  .board.board__type2 .card__info .status p {
    display: block;
  }
  .board.board__type2 .card__info .status p:not(:first-child) {
    margin-left: 0 !important;
  }
  .board.board__type2 .card__info .status li {
    display: block;
  }
  .board.board__type2 .card__info .status li:not(:first-child) {
    margin-left: 0;
  }
  .board.board__type2 .card__date {
    margin-top: 10rem;
  }
  .board.board__type2 .card .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10rem;
  }
  .board.board__type2 .card .btn-wrap .btn {
    margin-left: 10rem;
    width: 100%;
    min-width: unset;
  }
  .board.board__type2 .card .btn-wrap .btn:first-child {
    margin-left: 0;
  }
}
.pagination {
  position: relative;
  margin-top: 60rem;
  font-size: 0;
  text-align: center;
}
.pagination a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.pagination__btn {
  overflow: hidden;
  margin: 0 5rem;
  width: 37rem;
  height: 37rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1rem solid #dedede;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 500rem;
}
.pagination__first {
  background-image: url("/images/icon/ico-paging-arr-first-48cf7bc06842fd0f6df3a7f66013c400.png");
}
.pagination__last {
  background-image: url("/images/icon/ico-paging-arr-last-c8b7ced1a1abbde1be168365dc9f0824.png");
}
.pagination__prev {
  background-image: url("/images/icon/ico-paging-arr-prev-0645ed2278bd8178f05b3f4f39c0c97a.png");
}
.pagination__next {
  background-image: url("/images/icon/ico-paging-arr-next-a92f50f726db9cb828272b9d98c3db0b.png");
}
.pagination__num {
  display: inline-block;
  margin: 0 13rem;
  font-size: 0;
}
.pagination__num a {
  margin-left: 6rem;
  padding: 7rem 12rem;
}
.pagination__num a:hover {
  font-family: "LGSmartB";
  color: blue;
}
.pagination__num a:focus {
  z-index: 1;
}
.pagination__num a:first-child {
  margin-left: 0;
}
.pagination__num span {
  position: relative;
  display: inline-block;
  padding: 1rem 1rem 4rem;
  font-size: 16rem;
  line-height: 18rem;
  color: #666;
}
.pagination__num a.is-active span {
  font-family: "LGSmartSB";
  color: #d5295c;
}
.pagination__num a.is-active span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: #d5295c;
  border-radius: 50rem;
  content: "";
}
.pagination .right {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagination .right.btn-sticky.is-sticky {
  position: fixed;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  -webkit-transform: unset;
          transform: unset;
}
.pagination .right.btn-sticky.is-clear {
  position: relative;
}
.pagination .right.btn-sticky .btn {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .pagination {
    margin-top: 40rem;
  }
  .pagination .right {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30rem;
    margin-bottom: 20rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .pagination__btn {
    margin: 0 3rem;
    width: 30rem;
    height: 30rem;
    background-size: auto 8rem;
  }
  .pagination__num {
    margin: 0 8rem;
  }
  .pagination__num a {
    padding: 3rem 8rem 4rem;
  }
  .pagination__num::before {
    height: 2rem;
  }
  .pagination__num span {
    padding: 2rem 1rem 3rem;
    font-size: 14rem;
  }
}
@media (max-width: 375px) {
  .pagination__btn {
    margin: 0 2rem;
    width: 25rem;
    height: 25rem;
  }
  .pagination__num {
    margin: 0 2rem;
  }
  .pagination__num a {
    margin-left: 4rem;
    padding: 2rem 6rem;
  }
  .pagination__num::before {
    height: 2rem;
  }
  .pagination__num span {
    padding: 1rem 1rem 2rem;
    font-size: 13rem;
  }
}
.reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30rem;
  border: 1rem solid #d5295c;
  border-radius: 6rem;
}
.reservation__thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 22.532%;
  width: 100%;
  max-width: 524rem;
  max-height: 324rem;
}
.reservation__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reservation__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 30rem;
}
.reservation__desc dl {
  margin-left: 20rem;
  width: calc(33.3333333333% - 20rem);
}
.reservation__desc dl:nth-child(n+4) {
  margin-top: 10rem;
}
.reservation__desc dt {
  font-size: 14rem;
}
.reservation__desc dd {
  margin-top: 6rem;
  font-family: "LGSmartSB";
  color: #000;
}
.reservation__desc dd span {
  font-family: "LGSmart";
  font-size: 14rem;
}
.reservation__desc .selectbox {
  width: 100%;
}

.reservation-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reservation-info.col-third .infomation {
  width: calc(33.3333333333% - 50rem);
}
.reservation-info .infomation {
  position: relative;
  width: calc(50% - 50rem);
}
.reservation-info .infomation.half {
  width: calc(25% - 25rem);
}
.reservation-info .infomation .heading {
  padding-top: 50rem;
  border-bottom: 1rem solid #eaeaea;
}
.reservation-info .infomation__desc {
  margin-top: 10rem;
}
.reservation-info .infomation__desc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem;
  min-height: 40rem;
}
.reservation-info .infomation__desc__item:first-child {
  margin-top: 0;
}
.reservation-info .infomation__desc__item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100rem;
  color: #999;
  letter-spacing: -1rem;
}
.reservation-info .infomation__desc__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 100rem);
  font-family: "LGSmartSB";
  color: #000;
}
.reservation-info .infomation__desc__item dd .cnt-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reservation-info .infomation__desc__item dd .cnt-info button {
  padding: 4rem 15rem;
  font-size: 16rem;
  line-height: 30rem;
}
.reservation-info .infomation__desc__item dd .cnt-info-text {
  color: #999;
  vertical-align: middle;
}
.reservation-info .infomation__desc__item .mo-btn-width .btn {
  width: 200rem;
}
.reservation-info .infomation .payment-info {
  border-top: 0;
}
.reservation-info .infomation:only-child {
  width: 100%;
}
.reservation-info .infomation:only-child .infomation__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 10rem 0;
  border-bottom: 1rem solid #eaeaea;
}
.reservation-info .infomation:only-child .infomation__desc__item {
  margin-top: 0;
  width: calc((100% - 20rem) / 3);
}

.reservation-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1rem solid #eaeaea;
  border-bottom: 1rem solid #eaeaea;
}
.reservation-policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 35rem 0;
  width: calc(50% - 10rem);
}
.reservation-policy__item:first-child {
  margin-top: 0;
}
.reservation-policy__item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100rem;
  font-family: "LGSmartSB";
  color: #000;
  letter-spacing: -1rem;
}
.reservation-policy__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 100rem);
  color: #999;
  letter-spacing: -1rem;
}
.reservation-policy .list__num li {
  margin-left: 0;
  list-style-type: none;
}

.request-reservation.card {
  padding: 15rem 20rem;
  border: 1rem solid #d5295c;
  border-radius: 6rem;
}
.request-reservation.card .card__title {
  margin-bottom: 8rem;
  font-family: "LGSmartB";
  font-size: 16rem;
  color: #000;
}
.request-reservation.card p {
  font-size: 14rem;
}

@media (max-width: 1500px) {
  .reservation__thumb {
    width: 340rem;
    height: 210rem;
  }
}
@media (max-width: 1280px) {
  .reservation__thumb {
    width: 300rem;
    height: 185rem;
  }
  .reservation__desc {
    margin-left: 10rem;
  }
  .reservation__desc dl {
    width: calc(50% - 20rem);
  }
  .reservation__desc dl:nth-child(n+4) {
    margin-top: 0;
  }
  .reservation__desc dl:nth-child(n+3) {
    margin-top: 10rem;
  }
  .reservation-policy {
    display: block;
    border-bottom: 0;
  }
  .reservation-policy__item {
    padding: 20rem 0;
    width: 100%;
    border-bottom: 1rem solid #eaeaea;
  }
}
@media (max-width: 1024px) {
  .reservation {
    display: block;
    padding: 13rem;
    border-radius: 0;
  }
  .reservation__thumb {
    width: 100%;
  }
  .reservation__thumb + .heading__h3 {
    margin-top: 20rem;
  }
  .reservation__thumb {
    padding-bottom: 28.38%;
    max-width: 100%;
  }
  .reservation__desc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
  .reservation__desc dl {
    margin-top: 20rem !important;
    margin-left: 0;
  }
  .reservation__desc dt {
    font-size: 14rem;
  }
  .reservation__desc dd {
    font-family: "LGSmartSB";
    color: #000;
  }
  .reservation__desc dd span {
    font-family: "LGSmart";
    font-size: 14rem;
  }
  .reservation__desc .selectbox {
    width: 100%;
  }
  .reservation-info {
    display: block;
  }
  .reservation-info.col-third .infomation {
    width: 100%;
  }
  .reservation-info .infomation {
    width: 100%;
  }
  .reservation-info .infomation.half {
    width: 100%;
  }
  .reservation-info .infomation .heading {
    padding-top: 40rem;
    border-bottom: 0;
  }
  .reservation-info .infomation__desc {
    margin-top: 0;
  }
  .reservation-info .infomation__desc__item {
    margin-top: 15rem;
    min-height: unset;
  }
  .reservation-info .infomation__desc__item:first-child {
    margin-top: 0;
  }
  .reservation-info .infomation:only-child .infomation__desc {
    display: block;
    padding: 0;
    border-bottom: 0;
  }
  .reservation-info .infomation:only-child .infomation__desc__item {
    margin-top: 15rem;
    width: 100%;
  }
  .reservation-info .infomation:only-child .infomation__desc__item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .reservation .complete-title .heading__h2 {
    font-size: 20rem;
  }
  .reservation .complete-title .desc {
    font-family: "LGSmart" !important;
  }
  .reservation__desc dl {
    width: 100%;
  }
  .reservation__desc dt {
    font-family: "LGSmartSB";
    font-size: 12rem;
    color: #000;
  }
  .reservation__desc dd {
    margin-top: 3rem;
    font-family: "LGSmart";
    color: #666;
  }
  .reservation__desc dd span {
    font-size: 12rem;
  }
  .reservation__desc dd br {
    display: none;
  }
  .reservation-info .infomation .btn:not(.btn__attached-file) br {
    display: block;
  }
  .reservation-info .infomation__desc__item {
    display: block;
  }
  .reservation-info .infomation__desc__item dt {
    width: auto;
    font-family: "LGSmartSB";
    color: #000;
  }
  .reservation-info .infomation__desc__item dd {
    margin-top: 4rem;
    width: auto;
    font-family: "LGSmart";
    color: #666;
  }
  .reservation-info .infomation__desc__item dd .cnt-info button {
    font-size: 14rem;
  }
  .reservation-info .infomation__desc__item .mo-btn-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reservation-info .infomation__desc__item .mo-btn-width .btn {
    width: calc(50% - 5rem);
  }
  .reservation-info .infomation__desc__item .mo-btn-width .btn:not(:first-child) {
    margin-left: 10rem;
  }
  .reservation-policy {
    border-top: 0;
  }
  .reservation-policy__item {
    display: block;
    padding: 0;
    width: 100%;
    border-bottom: 0;
  }
  .reservation-policy__item dt,
  .reservation-policy__item dd {
    width: 100%;
  }
  .reservation-policy__item:not(:first-child) {
    margin-top: 15rem;
  }
  .reservation-policy__item:not(:first-child) dt {
    margin-bottom: 4rem;
  }
  .reservation-policy .list__num li {
    margin-left: 15rem;
    padding-left: 0;
    list-style-type: decimal;
  }
}
.choose-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30rem 50rem;
  border: 1rem solid #eaeaea;
  border-radius: 10rem;
}
.choose-schedule .date-inline {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 50rem;
  padding-right: 50rem;
}
.choose-schedule .date-inline::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: calc(100% - 40rem);
  background-color: #eaeaea;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.choose-schedule__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 20rem;
}
.choose-schedule__card .btn-wrap .list {
  font-size: 14rem;
}
.choose-schedule__card .btn-wrap .btn__positive {
  display: none;
}

.schedule-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 10rem -10rem -10rem -10rem;
  max-height: 300rem;
}
.schedule-card .no-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 280rem;
}
.schedule-card .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10rem;
  width: calc(33.3333333333% - 20rem);
  border: 1rem solid #eaeaea;
  border-radius: 6rem;
}
.schedule-card .card.is-active {
  border-color: #d5295c;
}
.schedule-card .card.is-active .card__btn .btn {
  border-top-color: #d5295c !important;
}
.schedule-card .card.is-active .card__btn .btn:not(:first-child) {
  border-left-color: #d5295c !important;
}
.schedule-card .card__info {
  display: block;
  padding: 25rem 30rem;
  width: 100%;
}
.schedule-card .card__info .tit {
  margin-bottom: 20rem;
  font-family: "LGSmartB";
  font-size: 18rem;
  color: #000;
}
.schedule-card .card__info p:not(.tit):not(.term) {
  margin-top: 8rem;
}
.schedule-card .card__title {
  font-family: "LGSmartB";
  font-size: 18rem;
  color: #000;
}
.schedule-card .card__btn, .schedule-card .card__btn .tooltip {
  width: 100%;
}
.schedule-card .card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 0 0 6rem 6rem;
}
.schedule-card .card__btn .btn {
  padding: 14rem 0;
  width: 100%;
  background-color: #f7f7f7;
  border-color: transparent !important;
  border-top-color: #eaeaea !important;
  line-height: 30rem;
  color: #000;
}
.schedule-card .card__btn .btn:not(:first-child) {
  border-left: 1rem solid #eaeaea !important;
}

@media (max-width: 1500px) {
  .choose-schedule {
    padding: 20rem 40rem;
  }
  .choose-schedule .date-inline {
    margin-right: 40rem;
    padding-right: 40rem;
  }
  .choose-schedule .date-inline::after {
    height: calc(100% - 20rem);
  }
  .schedule-card {
    margin: 10rem -9rem -10rem;
  }
  .schedule-card .card {
    margin: 9rem;
    width: calc(33.3333333333% - 18rem);
  }
  .schedule-card .card__info {
    padding: 15rem 20rem;
  }
  .schedule-card .card__info .tit {
    margin-bottom: 15rem;
  }
  .schedule-card .card__info p:not(.tit):not(.term) {
    margin-top: 4rem;
  }
}
@media (max-width: 1280px) {
  .choose-schedule .date-inline {
    margin-right: 20rem;
    padding: 0 20rem 0 0;
  }
  .schedule-card .card {
    width: calc(50% - 18rem);
  }
}
@media (max-width: 1024px) {
  .choose-schedule {
    display: block;
    padding: 0;
    border: 0;
  }
  .choose-schedule .date-inline {
    margin-right: 0;
    padding: 20rem 0 0;
    width: 100%;
  }
  .choose-schedule .date-inline::after {
    display: none;
  }
  .choose-schedule__card {
    position: relative;
    margin-top: 40rem;
    padding-top: 45rem;
  }
  .choose-schedule__card::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 40rem);
    height: 10rem;
    background-color: #f7f7f7;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .choose-schedule__card .btn-wrap .list {
    font-size: 12rem;
  }
  .choose-schedule__card .btn-wrap .btn__positive {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .schedule-card {
    display: block;
    overflow: unset;
    margin: 0;
    max-height: unset;
  }
  .schedule-card .card {
    margin: 0;
    width: 100%;
  }
  .schedule-card .card:not(:first-child) {
    margin-top: 10rem;
  }
  .schedule-card .card__btn .btn {
    padding: 6rem 20rem;
  }
}
.faq {
  margin: 20rem auto 0;
  border-top: 1rem solid #000;
}
.faq__item {
  position: relative;
}
.faq__item.faq__title__question, .faq__item--is-active .faq__title__question {
  color: #d5295c;
}
.faq__item.faq__title__question::before, .faq__item--is-active .faq__title__question::before {
  background-image: url("/images/icon/ico-question-on-54bde1137f022f47e25ff9ce24b7600d.png");
}
.faq__item--is-active .faq__title__question::after {
  top: calc(50% + 5rem);
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.faq__title {
  position: relative;
  padding: 10rem 20rem;
  border-bottom: 1rem solid #e5e5e5;
  word-wrap: break-word;
  cursor: pointer;
}
.faq__title__question {
  position: relative;
  display: block;
  padding: 15rem 0 15rem 30rem;
  font-family: "LGSmartB";
  font-size: 18rem;
  line-height: 28rem;
  color: #000;
}
.faq__title__question::before {
  position: absolute;
  top: 15rem;
  left: 0;
  width: 15rem;
  height: 28rem;
  background: url("/images/icon/ico-question-off-f8a8a27ad461904e7e53c7509f512f22.png") no-repeat center;
  content: "";
}
.faq__desc {
  display: none;
  padding: 25rem 20rem 25rem 45rem;
  background-color: #f7f7f7;
  border-bottom: 1rem solid #e5e5e5;
}
.faq__desc .faq__desc__answer {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 25rem;
  max-height: 370rem;
  font-size: 18rem;
}
.faq__desc .faq__desc__answer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15rem;
  height: 28rem;
  background: url("/images/icon/ico-answer-on-02fbfd231399a98cc6a0b552f1ef35b8.png") no-repeat center;
  content: "";
}
.faq__nodata {
  padding: 50rem 0;
  width: 100%;
  border: 1rem solid #e5e5e5;
  text-align: center;
}
.faq__nodata p {
  padding-top: 125rem;
  background: url("/images/icon/ico-nodata-77cba55d261dc806fe2afe137f7bc311.png") no-repeat center top;
  font-size: 22rem;
  color: #999;
}

@media (max-width: 767px) {
  .faq {
    margin-top: 10rem;
  }
  .faq__title {
    padding: 5rem 10rem;
  }
  .faq__title__question {
    padding: 10rem 0 10rem 20rem;
    font-size: 13rem;
    line-height: 20rem;
  }
  .faq__title__question::before {
    top: 10rem;
    width: 10rem;
    height: 20rem;
    background-size: 100% auto;
  }
  .faq__desc {
    padding: 15rem 10rem 15rem 25rem;
  }
  .faq__desc .faq__desc__answer {
    padding: 0 0 0 20rem;
    max-height: 200rem;
    font-size: 13rem;
  }
  .faq__desc .faq__desc__answer::before {
    width: 10rem;
    height: 20rem;
    background-size: 100% auto;
  }
}
.page-signup .signup__completion .heading {
  padding: 180rem 0 0;
  background: url("/images/signup/signup-completion-e993af4f5f5b10210b9d643e2005e96d.png") no-repeat center top;
  text-align: center;
}
.page-signup .page-title.general, .page-signup .page-title.child {
  margin-top: 0;
  margin-bottom: 30rem;
  padding-top: 70rem;
}
.page-signup .page-title.general .heading__h1::after,
.page-signup .page-title.general .heading__h2::after, .page-signup .page-title.child .heading__h1::after,
.page-signup .page-title.child .heading__h2::after {
  display: none;
}
.page-signup .page-title.general::before, .page-signup .page-title.child::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1rem;
  background-color: #eaeaea;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-signup .page-title.general::after, .page-signup .page-title.child::after {
  position: absolute;
  top: -50rem;
  left: 50%;
  width: 118rem;
  height: 151rem;
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-signup .page-title.general::after {
  background-image: url("/images/signup/signup-general-d9e2ce9958de69ab256e181946f0c2da.png");
}
.page-signup .page-title.child::after {
  background-image: url("/images/signup/signup-child-8b0cbd302d895377e6c589061a92e757.png");
}
.page-signup .tab__signup {
  position: relative;
  padding-top: 70rem;
  border-top: 1rem solid #eaeaea;
}
.page-signup .tab__signup::before {
  position: absolute;
  top: -50rem;
  left: 50%;
  width: 118rem;
  height: 151rem;
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-signup .tab__signup.general::before {
  background-image: url("/images/signup/signup-general-d9e2ce9958de69ab256e181946f0c2da.png");
}
.page-signup .tab__signup.child::before {
  background-image: url("/images/signup/signup-child-8b0cbd302d895377e6c589061a92e757.png");
}
.page-signup .form-box__terms .all-checkbox {
  margin-top: 40rem;
  padding: 15rem 0;
  width: 100%;
  background-color: #fff;
  border: 2rem solid #000;
  font-family: "LGSmartSB";
  color: #000;
  text-align: center;
}
.page-signup .form-box__terms .all-checkbox .checkbox {
  display: inline-block;
}
.page-signup .form-box__terms .agree__terms {
  margin-top: 30rem;
}
.page-signup .form-box__terms .agree__terms .checkbox {
  display: block;
}
.page-signup .form-box__terms .agree__terms .checkbox:not(:first-child) {
  margin-top: 15rem;
}
.page-signup .form-box__terms .btn-wrap .btn {
  width: 100%;
}

.signup__step1 {
  text-align: center;
}
.signup__step1 a {
  display: inline-block;
  padding: 35rem 30rem;
  width: 284rem;
  height: 400rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  font-family: "LGSmartSB";
  font-size: 24rem;
  color: #fff;
  text-align: left;
  letter-spacing: -1rem;
}
.signup__step1 a:first-child {
  margin-right: 20rem;
}
.signup__step1 span {
  position: relative;
  display: block;
}
.signup__step1 span::after {
  display: block;
  margin-top: 8rem;
  width: 24rem;
  height: 24rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.signup__step1 .child {
  background-image: url("/images/signup/membership-child-2b84be13d01058de317379afe66df8a0.png");
}
.signup__step1 .child span::after {
  background-image: url("/images/signup/ico-arrow-children-71db5ef7fe7f642ef9b89a5f7885f26c.png");
}
.signup__step1 .general {
  background-image: url("/images/signup/membership-general-d3e9a7011377892eaa50f5e3a4d143f5.png");
}
.signup__step1 .general span::after {
  background-image: url("/images/signup/ico-arrow-general-2c9847cc817dc9bbccd50ec15f0e8348.png");
}

@media (max-width: 1024px) {
  .page-signup .page-title.general,
  .page-signup .page-title.child {
    margin-bottom: 20rem;
    padding-top: 0;
  }
  .page-signup .page-title.general::before, .page-signup .page-title.general::after,
  .page-signup .page-title.child::before,
  .page-signup .page-title.child::after {
    display: none;
  }
  .page-signup .tab__signup {
    padding-top: 0;
  }
  .page-signup .tab__signup::before {
    display: none;
  }
  .page-signup .form-box__terms .all-checkbox {
    margin-top: 10rem;
  }
  .page-signup .login-logo {
    position: relative;
    margin-top: 20rem;
    padding-top: 70rem;
  }
  .page-signup .login-logo::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 174rem;
    height: 24rem;
    background: url("/images/logo/m-logo-page-8dae5001b9eaecc09205f5c7d87b0748.png") no-repeat center/contain;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .page-signup .signup__completion .heading {
    padding: 110rem 0 0;
    background: url("/images/signup/m-signup-completion-c5231839dbd585b904b2002ba72c91c2.png") no-repeat center top/107rem auto;
    text-align: center;
  }
  .page-signup .form-box__terms .all-checkbox {
    padding: 11rem 0;
  }
  .signup__step1 a {
    padding: 20rem 15rem;
    width: 150rem;
    height: 211rem;
    font-size: 18rem;
  }
  .signup__step1 a:first-child {
    margin-right: 4rem;
  }
  .signup__step1 span::after {
    margin-top: 8rem;
    width: 18rem;
    height: 18rem;
    background-size: 100%;
  }
  .signup__step1 .child {
    background-image: url("/images/signup/m-membership-child-64bb38cc5f226ad8a3ea93a35c3a1686.png");
  }
  .signup__step1 .child span::after {
    background-image: url("/images/signup/m-ico-arrow-children-bf0815e81061493d806b16089f98da9f.png");
  }
  .signup__step1 .general {
    background-image: url("/images/signup/m-membership-general-030f3e19ceb4689914111dcd081b343c.png");
  }
  .signup__step1 .general span::after {
    background-image: url("/images/signup/m-ico-arrow-general-15f21ee6b2a81a071a06e7dbbfb63ff9.png");
  }
}
@media (max-width: 375px) {
  .signup__step1 a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 180rem;
    background-position: center bottom;
    border-radius: 6rem;
    font-size: 16rem;
  }
  .signup__step1 a:first-child {
    margin-right: 0;
    margin-bottom: 8rem;
  }
}
.page-signin .page-content {
  padding: 60rem 0 100rem;
}
.page-signin .heading__h1 {
  font-size: 62rem;
}
.page-signin .forgot-link {
  margin-top: 40rem;
  font-size: 0;
  text-align: center;
}
.page-signin .forgot-link li {
  position: relative;
  display: inline-block;
  padding: 0 20rem;
}
.page-signin .forgot-link li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7rem;
  width: 1rem;
  height: 15rem;
  background-color: #ddd;
  content: "";
}
.page-signin .forgot-link li a {
  display: block;
  font-size: 16rem;
  line-height: 30rem;
}
.page-signin .panel__find {
  text-align: center;
}
.page-signin .panel__find .text {
  font-size: 22rem;
  color: #000;
  text-align: center;
  letter-spacing: -1rem;
}
.page-signin .panel__find .find-id {
  display: block;
  margin-top: 30rem;
  font-family: "LGSmartSB";
  font-size: 26rem;
  color: #d5295c;
  text-align: center;
}
.page-signin .form-box__dormant {
  position: relative;
  margin-top: 100rem;
}
.page-signin .form-box__dormant::before {
  position: absolute;
  top: -110rem;
  left: 50%;
  width: 100vw;
  height: 1rem;
  background-color: #eaeaea;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-signin .form-box__dormant::after {
  position: absolute;
  top: -150rem;
  left: 50%;
  width: 118rem;
  height: 151rem;
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-signin .form-box__dormant.general::after {
  background-image: url("/images/signup/dormant-general-7a800572aff2d3f62b6b898b14cfd93b.png");
}
.page-signin .form-box__dormant.child::after {
  background-image: url("/images/signup/dormant-child-67d734edfaed38ca86170e3f1d2ef031.png");
}

@media (max-width: 1024px) {
  .page-signin .heading__h1 {
    font-size: 46rem;
  }
  .page-signin .panel__find {
    padding-top: 30rem;
  }
  .page-signin .form-box__dormant {
    margin-top: 0;
  }
  .page-signin .form-box__dormant::before, .page-signin .form-box__dormant::after {
    display: none;
  }
  .page-signin .login-logo {
    position: relative;
    margin-top: 30rem;
    padding-top: 40rem;
  }
  .page-signin .login-logo::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 174rem;
    height: 24rem;
    background: url("/images/logo/logo-basic-5529d824010f0b066fe16258c63198c3.png") no-repeat center/contain;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .page-signin .heading__h1 {
    font-size: 30rem;
  }
  .page-signin .forgot-link {
    margin-top: 20rem;
  }
  .page-signin .forgot-link li {
    padding: 0 10rem;
  }
  .page-signin .forgot-link li:not(:first-child)::before {
    margin-top: -5rem;
    height: 10rem;
  }
  .page-signin .forgot-link li a {
    font-size: 13rem;
  }
  .page-signin .panel-type2 .btn-wrap.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-signin .panel-type2 .btn-wrap.center .btn {
    margin-left: 8rem;
    width: 100%;
  }
  .page-signin .panel-type2 .btn-wrap.center .btn:first-child {
    margin-left: 0;
  }
}
.page-mypage .form-box .btn-wrap {
  font-size: 0;
}
.page-mypage .form-box .btn-wrap .btn {
  width: calc(50% - 5rem);
}
.page-mypage .form-box .btn-wrap .btn:last-child:not(:only-child) {
  margin-left: 10rem;
}

.page-my-reservation .heading__h4 + button {
  float: right;
}

.choose-schedule__card .exhibition {
  text-align: center;
}
.choose-schedule__card .exhibition .card .tit {
  margin-bottom: 10rem;
}
.choose-schedule__card .exhibition .card.is-disabled {
  background-color: #ccc;
}
.choose-schedule__card .exhibition .card.is-disabled .card__info {
  cursor: default;
}

.page-inquiry .board.board__type1 {
  margin: 0 -15rem;
}
.page-inquiry .board.board__type1 .board__nodata {
  margin: 15rem;
}
.page-inquiry .board.board__type1 .board__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15rem;
  width: calc(25% - 30rem);
}
.page-inquiry .board.board__type1 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35rem;
  border: 1rem solid #e5e5e5;
}
.page-inquiry .board.board__type1 .card:hover {
  border-color: #d5295c;
}
.page-inquiry .form-box {
  max-width: 1140rem;
}
.page-inquiry .form-box .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-inquiry .form-box .btn-wrap .btn {
  width: 100%;
}
.page-inquiry .form-box .btn-wrap .btn:last-child:not(:only-child) {
  margin-left: 10rem;
}
.page-inquiry .form-box .btn-wrap .btn__negative {
  background-color: #e5e5e5;
  border: 1rem solid #e5e5e5;
  color: #000;
}

.page-my-reservation .panel-type1 {
  margin-top: 60rem;
}

@media (max-width: 1280px) {
  .page-inquiry .board.board__type1 .board__item {
    width: calc(33.3333333333% - 30rem);
  }
}
@media (max-width: 1024px) {
  .page-inquiry .board.board__type1 {
    margin: 0 -10rem;
  }
  .page-inquiry .board.board__type1 .board__item {
    margin: 10rem;
    width: calc(50% - 20rem);
  }
  .page-inquiry .board.board__type1 .card {
    padding: 20rem;
  }
  .page-my-reservation .content-title {
    margin-top: 40rem;
  }
  .page-my-reservation .content-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 40rem);
    height: 10rem;
    background-color: #f7f7f7;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-my-reservation .panel-type1 {
    margin-top: 40rem;
    padding: 0;
    padding-top: 45rem;
    width: 100%;
    background-color: transparent;
  }
  .page-my-reservation .panel-type1::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 40rem);
    height: 10rem;
    background-color: #f7f7f7;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .choose-schedule__card .exhibition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10rem;
    margin-left: -10rem;
  }
  .choose-schedule__card .exhibition .card {
    margin-top: 10rem;
    margin-left: 10rem;
    width: calc(50% - 10rem);
  }
  .choose-schedule__card .exhibition .card .card__info {
    padding: 15rem 5rem;
  }
  .choose-schedule__card .exhibition .card .card__info .tit {
    font-size: 16rem;
  }
  .choose-schedule__card .exhibition .card .card__info .cnt strong {
    display: block;
    margin-top: 5rem;
  }
  .page-inquiry .board.board__type1 .board__item {
    width: 100%;
  }
  .page-inquiry .board.board__type1 .card {
    padding: 15rem;
  }
  .page-inquiry .form-box .btn-wrap .btn__negative {
    background-color: #fff;
    border: 1rem solid #e5e5e5;
  }
  .page-inquiry .form-box .btn-wrap .btn:last-child:not(:only-child) {
    margin-left: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec-reserve {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sec-reserve__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30rem;
  width: 280rem;
  background-color: #f4f2f3;
  border: 1rem solid #eaeaea;
  border-radius: 10rem;
}
.sec-reserve__step:not(:first-child) {
  margin-left: 20rem;
}
.sec-reserve__step .scroll-area {
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 35rem;
  margin-right: -40rem;
  padding-right: 30rem;
  max-height: 620rem;
}
.sec-reserve__step .scroll-area .sec-reserve__cont {
  padding-top: 0;
}
.sec-reserve__step.is-active {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 50rem;
  padding-left: 50rem;
  background-color: #fff;
  border-color: #666;
}
.sec-reserve__step.is-opacity .step-heading,
.sec-reserve__step.is-opacity .sec-reserve__cont {
  opacity: 0;
}
.sec-reserve__step.is-animation .step-heading,
.sec-reserve__step.is-animation .sec-reserve__cont {
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.sec-reserve__step:not(.is-active) .step-heading {
  color: #bfbfbf;
}
.sec-reserve__step:not(.is-active) .step-heading__title .num {
  background-color: #bfbfbf;
}
.sec-reserve__step.step3.is-active {
  padding-bottom: 100rem;
}
.sec-reserve__step.step3.is-active .payment-info {
  margin-bottom: 20rem;
}
.sec-reserve__step.step3.is-active .sec-reserve__cont > .btn-wrap {
  position: absolute;
  right: 50rem;
  bottom: 30rem;
  margin-top: 0;
}
.sec-reserve__cont {
  padding: 35rem 0 10rem;
}
.sec-reserve__step:not(.is-active) .sec-reserve__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.sec-reserve__step:not(.is-active) .sec-reserve__cont .btn-wrap .btn {
  width: 100%;
}
.sec-reserve .no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #999;
  text-align: center;
}

.step-heading {
  position: relative;
  color: #000;
}
.step-heading__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 8rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  cursor: default;
}
.step-heading__title .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 28rem;
  background-color: #000;
  border-radius: 50%;
  font-style: normal;
  line-height: 28rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.step-heading__title span {
  display: inline-block;
  font-size: 24rem;
  line-height: 28rem;
  vertical-align: middle;
}
.step-heading .right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.step-heading + .reservation {
  margin-top: 20rem;
}

.reserve-select__calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.reserve-select__calendar .datapicker-icon {
  position: absolute;
  top: 0;
  right: calc(-100% - 20rem);
  white-space: nowrap;
}
.reserve-select__noti {
  margin-left: 40rem;
  padding-left: 40rem;
  border-left: 1rem solid #eaeaea;
}
.reserve-select__noti dl:first-child {
  margin-top: 60rem;
  margin-bottom: 30rem;
  padding-top: 35rem;
  border-top: 1rem solid #eaeaea;
}
.reserve-select__noti dt {
  margin-bottom: 10rem;
  font-family: "LGSmartSB";
  color: #262858;
}
.reserve-select__noti dd {
  position: relative;
  margin-top: 5rem;
  font-size: 14rem;
}
.reserve-select__card {
  margin-top: 30rem;
  padding-top: 40rem;
  border-top: 1rem solid #eaeaea;
}
.reserve-select__card .schedule-card {
  margin: -5rem;
  max-height: 230rem;
}
.reserve-select__card .schedule-card.exhibition {
  text-align: center;
}
.reserve-select__card .schedule-card.exhibition .card {
  cursor: pointer;
}
.reserve-select__card .schedule-card.exhibition .card .tit {
  margin-bottom: 10rem;
}
.reserve-select__card .schedule-card.exhibition .card.is-disabled {
  background-color: #ccc;
  cursor: default;
}
.reserve-select__card .schedule-card .no-card {
  height: 200rem;
}
.reserve-select__card .schedule-card .card {
  margin: 5rem;
  width: calc(33.3333333333% - 10rem);
}
.reserve-select__card .schedule-card .card__info {
  padding: 20rem;
  font-size: 14rem;
}
.reserve-select__card .schedule-card.exhibition .card__info {
  padding: 20rem 5rem;
}
.reserve-select__card .schedule-card.exhibition .is-active .tit {
  color: #000;
}
.reserve-select__card .schedule-card .is-active .tit {
  color: #d5295c;
}
.reserve-select__card .schedule-card .card__info p:not(.tit):not(.term) {
  margin-top: 0;
}
.reserve-select__card .schedule-card .card__btn .btn {
  padding: 4rem 0;
  color: #666;
}

.request-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.request-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.request-info__box.reserve-tab {
  display: block;
  margin-bottom: 35rem;
}
.request-info__box.reserve-tab .heading {
  display: none;
}
.request-info .heading {
  margin-right: 20rem;
  padding-bottom: 0;
  letter-spacing: -1rem;
}
.request-info .heading .reserve-tab {
  display: none;
}
.request-info .heading .tooltip {
  margin-left: 4rem;
}
.request-info + .heading {
  margin-top: 30rem;
  padding-top: 25rem;
  padding-bottom: 15rem;
  border-top: 1rem solid #eaeaea;
}
.request-info .tab-btn {
  display: table;
  margin-top: -20rem;
  width: 100%;
  height: 70rem;
  border-bottom: 1rem solid #eaeaea;
  table-layout: fixed;
}
.request-info .tab-item {
  position: relative;
  display: table-cell;
  font-size: 18rem;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.request-info .tab-item.active {
  font-family: "LGSmartB";
  color: #d5285d;
}
.request-info .tab-item.active:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #d5285d;
  content: "";
}
.request-info .tab-item-text {
  display: none;
}
.request-info .radio-btn input:disabled + label {
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.request-info .radio-btn + ul.list {
  display: none;
}

.page-reservation:not(.page-mobile) .page-content {
  padding: 0 0 160rem;
}
@media (max-width: 1024px) {
  .page-reservation:not(.page-mobile) .page-content {
    padding: 0 0 60rem;
  }
}
.page-reservation .step-display {
  margin-bottom: 12rem;
}
.page-reservation .step-indicator {
  position: absolute;
  top: -20rem;
  right: 0;
  font-size: 0;
}
.page-reservation .step-indicator span {
  display: inline-block;
  margin-left: 8rem;
  width: 8rem;
  height: 8rem;
  background-color: #e5e5e5;
  border-radius: 50rem;
  vertical-align: middle;
}
.page-reservation .step-indicator .is-active {
  width: 30rem;
  background-color: #d5295c;
}
.page-reservation .step-heading .step-indicator {
  top: 10rem;
}
.page-reservation .sec-reserve .content-title {
  padding-top: 30rem;
}
.page-reservation .sec-reserve .content-title:first-child {
  padding-top: 0;
}
.page-reservation .sec-reserve .content-title .heading__h4 + .checkbox {
  margin-top: -5rem;
  margin-left: 50rem;
}
.page-reservation .panel-type1 {
  margin-top: 60rem;
}
.page-reservation .complete-title {
  margin: 40rem 0 75rem 0;
  padding-top: 130rem;
  background: url("/images/icon/ico-reservation-071eea5f62cac493fb087bf6daaa29ac.png") no-repeat center top;
  text-align: center;
}
.page-reservation .complete-title .desc {
  font-family: "LGSmartSB";
  font-size: 18rem;
  color: #000;
}
.page-reservation .tbl-res__reserve-info .col dt {
  width: 135rem;
  letter-spacing: -1rem;
}
.page-reservation .tbl-res__reserve-info .col dd {
  width: calc(100% - 135rem);
}
.page-reservation .tbl-res__reserve-info .btn__etc {
  padding-right: 40rem;
  padding-left: 40rem;
}
.page-reservation .tbl-res__reserve-info + .list {
  font-size: 13rem;
}
.page-reservation .agree-info {
  margin-top: 30rem;
  padding: 15rem;
  border: 1rem solid #eaeaea;
  border-radius: 10rem;
}
.page-reservation .agree-info .checkbox {
  display: block;
  margin-top: 15rem;
}
.page-reservation .agree-info .checkbox:first-child {
  margin-top: 0;
}
.page-reservation .agree-info .checkbox.linked .linked__label::after {
  right: -2rem;
}
.page-reservation .payment-info {
  margin-top: 0;
  padding: 30rem;
  border: 1rem solid #eaeaea;
}
.page-reservation .payment-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10rem;
  height: 40rem;
}
.page-reservation .payment-info__item:first-child {
  margin-top: 0;
}
.page-reservation .payment-info__item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #000;
  letter-spacing: -1rem;
}
.page-reservation .payment-info__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "LGSmartSB";
  color: #000;
  text-align: right;
}
.page-reservation .payment-info__desc {
  margin-top: 15rem;
  padding-top: 20rem;
  border-top: 1rem solid #000;
  font-family: "LGSmartB";
  font-size: 18rem;
  color: #000;
  text-align: right;
}
.page-reservation .temporary-save__item {
  margin-top: 30rem;
}
.page-reservation .temporary-save__item:first-child {
  margin-top: 0;
}
.page-reservation .temporary-save__panel {
  margin-top: 10rem;
  padding: 15rem 20rem;
  background-color: #fff;
  border: 1rem solid #e5e5e5;
}
.page-reservation .temporary-save__panel.exhibition {
  text-align: center;
}
.page-reservation .temporary-save__panel.exhibition .tit-name {
  font-family: "LGSmartSB";
  color: #000;
}
.page-reservation .temporary-save__panel.exhibition .tit-name:last-child {
  margin-bottom: 0;
}
.page-reservation .temporary-save__panel .item {
  text-align: center;
}
.page-reservation .temporary-save__panel .badge {
  display: inline-block;
  margin-bottom: 10rem;
  padding: 0 5rem;
  background-color: #55565a;
  border-radius: 2rem;
  font-family: "LGSmartSB";
  font-size: 13rem;
  line-height: 20rem;
  color: #fff;
}
.page-reservation .temporary-save__panel .tit-name {
  margin-bottom: 8rem;
  font-family: "LGSmartSB";
  color: #000;
}
.page-reservation .temporary-save__panel .term,
.page-reservation .temporary-save__panel .day,
.page-reservation .temporary-save__panel .time {
  font-size: 14rem;
}
.page-reservation .temporary-save__panel .tooltip {
  margin-top: 10rem;
  width: 100%;
}
.page-reservation .temporary-save__panel .tooltip .tooltip__btn.btn {
  width: 100%;
  background-color: #fff;
}
.page-reservation.page-mobile .page-content .step-heading .step-heading__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.page-reservation.page-mobile .page-content .step-heading > .step-display {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}
.page-reservation.page-mobile .page-content .step-heading > .step-display .step-list {
  height: 20rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}
.page-reservation.page-mobile .page-content .step-heading > .step-display .step-list .step-item::before {
  z-index: -1;
  width: 6rem;
}
.page-reservation.page-mobile .page-content .step-heading > .step-display .step-list .step-item .step-wrap::before {
  font-size: 10rem;
  line-height: 18rem;
}
.page-reservation.page-mobile .page-content .step-heading > .step-display .step-list .step-item .step-wrap::before, .page-reservation.page-mobile .page-content .step-heading > .step-display .step-list .step-item .step-wrap::after {
  width: 18rem;
  height: 18rem;
}
.page-reservation.page-mobile .page-content .step-heading .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.page-reservation .board.board__type2 {
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 0;
  max-height: 370rem;
}
.page-reservation .board.board__type2 .board__item {
  margin-top: 10rem;
  padding: 15rem;
}
.page-reservation .board.board__type2 .board__item:first-child {
  margin-top: 0;
}
.page-reservation .board.board__type2 .board__item.is-active {
  border-color: #d5295c;
}
.page-reservation .board.board__type2 .board__item.is-active .board__item__info {
  color: #d5295c;
}
.page-reservation .board.board__type2 .board__item.is-active .board__item__info .title {
  color: #d5295c;
}
.page-reservation .board.board__type2 .board__item .btn-wrap {
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0;
  margin-left: 25rem;
}
.page-reservation .board.board__type2 .board__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-reservation .board.board__type2 .board__item__info .board__item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 165rem;
  height: 102rem;
}
.page-reservation .board.board__type2 .board__item__info .board__item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 25rem;
  min-height: 90rem;
  font-size: 16rem;
}
.page-reservation .board.board__type2 .board__item__info .board__item__desc .title {
  font-family: "LGSmartSB";
  color: #000;
}
.page-reservation .board.board__type2 .board__item__info .board__item__desc .desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 15rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-line-clamp: 2;
}

@media (max-width: 1500px) {
  .sec-reserve {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1140rem;
  }
  .sec-reserve__step {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 20rem;
    width: 100%;
  }
  .sec-reserve__step:not(:first-child) {
    margin-left: 0;
  }
  .sec-reserve__step:first-of-type {
    margin-top: 0;
  }
  .sec-reserve__step .scroll-area {
    max-height: none;
  }
  .sec-reserve__step.is-active {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .sec-reserve__step:not(.is-active) .sec-reserve__cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sec-reserve__step.step3.is-active {
    padding-bottom: 30rem;
  }
  .sec-reserve__step.step3.is-active .payment-info {
    margin-bottom: 0;
  }
  .sec-reserve__step.step3.is-active .sec-reserve__cont > .btn-wrap {
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 50rem;
  }
  .sec-reserve__cont {
    padding-top: 20rem;
  }
  .page-reservation .temporary-save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 20rem;
  }
  .page-reservation .temporary-save.basic-info {
    margin-top: -10rem;
    margin-left: -10rem;
  }
  .page-reservation .temporary-save.basic-info .temporary-save__item {
    margin-top: 10rem;
    margin-left: 10rem;
  }
  .page-reservation .temporary-save + .btn-wrap {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 20rem;
  }
  .page-reservation .temporary-save__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-left: 0;
  }
  .page-reservation .temporary-save__item:first-child {
    margin-left: 0;
  }
  .page-reservation .temporary-save__item:last-child {
    margin-top: 10rem;
    width: 100%;
  }
  .page-reservation .temporary-save__item:last-child .heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .page-reservation .temporary-save__item:last-child .temporary-save__panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  .page-reservation .temporary-save__item .heading {
    margin-top: 14rem;
  }
  .page-reservation .temporary-save__panel {
    margin-top: 0;
    margin-left: 20rem;
    padding: 12rem 15rem;
    width: 130rem;
    font-size: 16rem;
  }
  .page-reservation .temporary-save__panel .badge {
    margin-bottom: 0;
  }
  .page-reservation .temporary-save__panel .title {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .sec-reserve__step {
    padding: 20rem;
  }
  .sec-reserve__step.is-active {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .sec-reserve__step.step3.is-active {
    padding-bottom: 20rem;
  }
  .request-info + .heading {
    margin-top: 0;
    border-top: 0;
  }
  .page-reservation .content-title {
    margin-top: 40rem;
  }
  .page-reservation .content-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 40rem);
    height: 10rem;
    background-color: #f7f7f7;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-reservation .sec-reserve .content-title:first-child {
    margin-top: 0;
  }
  .page-reservation .sec-reserve .content-title::before {
    display: none;
  }
  .page-reservation .reservation {
    padding-top: 20rem;
  }
  .page-reservation .reservation .complete-title {
    margin: 0 0 20rem 0;
    padding-top: 50rem;
    background-size: 45rem auto;
  }
  .page-reservation .reservation .complete-title .desc {
    font-size: 13rem;
  }
  .page-reservation .btn-wrap .checkbox {
    margin-bottom: 10rem;
  }
  .page-reservation .panel-type1 {
    margin-top: 40rem;
    padding: 0;
    padding-top: 45rem;
    width: 100%;
    background-color: transparent;
  }
  .page-reservation .panel-type1::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 40rem);
    height: 10rem;
    background-color: #f7f7f7;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-reservation .payment-info {
    padding: 0;
    border: 0;
  }
  .page-reservation .payment-info__item {
    margin-top: 10rem;
    height: auto;
  }
  .page-reservation .payment-info__item:first-child {
    margin-top: 0;
  }
  .page-reservation .payment-info__desc {
    border-color: #e5e5e5;
    font-size: 16rem;
  }
}
@media (max-width: 767px) {
  .container .page-content .page-reservation {
    padding: 4rem 0 60rem;
  }
  .step-heading__title {
    padding: 10rem 0;
    cursor: pointer;
  }
  .step-heading__title .num {
    width: 20rem;
    font-size: 11rem;
    line-height: 20rem;
  }
  .step-heading__title span {
    font-size: 18rem;
    line-height: 20rem;
  }
  .step-heading .right {
    position: relative;
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20rem;
    margin-bottom: 20rem;
    -webkit-transform: unset;
            transform: unset;
  }
  .step-heading .right .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12rem 10rem;
  }
  .step-heading .right .btn:only-child:not(.btn__tiny) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .step-heading .right .btn:not(:first-child) {
    margin-left: 10rem;
  }
  .sec-reserve__step {
    padding: 0 20rem;
    border-radius: 0;
  }
  .sec-reserve__step.is-active {
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    border: 0;
  }
  .sec-reserve__step.is-active .step-heading__title::after {
    display: none;
  }
  .sec-reserve__step.is-active .sec-reserve__cont {
    display: block;
  }
  .sec-reserve__step.step3.is-active {
    padding-bottom: 0;
  }
  .sec-reserve__step.step3.is-active .sec-reserve__cont > .btn-wrap {
    margin-top: 30rem;
  }
  .sec-reserve__step:not(.is-active) .sec-reserve__cont {
    display: none;
  }
  .sec-reserve__step:not(.is-active).is-open .step-heading__title::after {
    margin-top: 2rem;
    border-bottom-color: #000;
    border-left-color: #000;
    -webkit-transform: translateY(-50%) rotate(-225deg);
            transform: translateY(-50%) rotate(-225deg);
  }
  .sec-reserve__step:not(.is-active).is-open .sec-reserve__cont {
    display: block;
  }
  .sec-reserve__step:not(.is-active).is-open .step-heading {
    color: #000;
  }
  .sec-reserve__step:not(.is-active).is-open .step-heading .num {
    background-color: #000;
  }
  .sec-reserve__cont {
    padding-top: 10rem;
  }
  .request-info {
    display: block;
  }
  .request-info .heading {
    margin-right: 0;
    margin-bottom: 10rem;
  }
  .request-info__box {
    display: block;
  }
  .request-info__box.reserve-tab .heading {
    display: block;
  }
  .request-info__box:not(:first-child) {
    margin-top: 35rem;
  }
  .request-info .tab-btn {
    margin-top: 0;
    height: auto;
    border-bottom: none;
  }
  .request-info .tab-item {
    padding: 12rem;
    border: 1rem solid #e5d5d5;
    border-radius: 3rem;
    font-size: 13rem;
    line-height: 18rem;
  }
  .request-info .tab-item.active {
    background-color: #d5295c;
    border-color: #d5295c;
    font-family: "LGSmart";
    color: #fff;
  }
  .request-info .tab-item.active:after {
    position: static;
    display: inline-block;
    margin-left: 10rem;
    width: 12rem;
    height: 9rem;
    background: url("/images/icon/ico-checkbox-checked-f2b19455d5357ac1f9cc63c05e920c2a.png") no-repeat center/100%;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .request-info .tab-item-text {
    display: inline;
  }
  .request-info .radio-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .request-info .radio-btn .radio {
    width: 100%;
    text-align: center;
  }
  .request-info .radio-btn + ul.list {
    display: block;
  }
  .reserve-select__calendar {
    display: block;
  }
  .reserve-select__calendar .date-inline {
    display: block;
  }
  .reserve-select__calendar .datapicker-icon {
    right: 0;
  }
  .reserve-select__noti {
    margin-top: 20rem;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .reserve-select__noti dl:first-child {
    margin-top: 0;
    margin-bottom: 10rem;
    padding-top: 0;
    border-top: 0;
  }
  .reserve-select__noti dt {
    margin-bottom: 0;
    border: 1rem solid #eaeaea;
    font-size: 13rem;
    color: #666;
  }
  .reserve-select__noti dt a {
    position: relative;
    display: block;
    padding: 10rem;
  }
  .reserve-select__noti dt a::after {
    position: absolute;
    top: 50%;
    right: 15rem;
    margin-top: -2rem;
    width: 6rem;
    height: 6rem;
    border-bottom: 1rem solid #000;
    border-left: 1rem solid #000;
    content: "";
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .reserve-select__noti dd {
    display: none;
    margin-top: 0;
    padding: 10rem;
    border: 1rem solid #eaeaea;
    border-top: 0;
    font-size: 12rem;
  }
  .reserve-select__noti .is-open dt a::after {
    margin-top: 2rem;
    -webkit-transform: translateY(-50%) rotate(-225deg);
            transform: translateY(-50%) rotate(-225deg);
  }
  .reserve-select__noti .is-open dd {
    display: block;
  }
  .reserve-select__card {
    position: relative;
    margin-top: 40rem;
    padding-top: 50rem;
    border-top: 0;
  }
  .reserve-select__card::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 40rem);
    height: 10rem;
    background-color: #f7f7f7;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .reserve-select__card .schedule-card {
    margin: 0;
    max-height: unset;
  }
  .reserve-select__card .schedule-card.exhibition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10rem;
    margin-left: -10rem;
  }
  .reserve-select__card .schedule-card.exhibition .card {
    margin-top: 10rem;
    margin-left: 10rem;
    width: calc(50% - 10rem);
  }
  .reserve-select__card .schedule-card.exhibition .card .card__info .cnt strong {
    display: block;
    margin-top: 5rem;
  }
  .reserve-select__card .schedule-card .card {
    margin: 0;
    width: 100%;
  }
  .reserve-select__card .schedule-card .card:not(:first-child) {
    margin-top: 10rem;
  }
  .reserve-select__card .schedule-card .no-card {
    padding-bottom: 30rem;
    height: 70rem;
  }
  .page-reservation .sec-reserve .content-title:not(:first-child) {
    margin-top: 30rem;
  }
  .page-reservation .sec-reserve .content-title:not(:first-child)::before {
    display: block;
  }
  .page-reservation .sec-reserve .content-title .heading__h4 + .checkbox {
    float: right;
    margin: 0;
    margin-top: 2rem;
  }
  .page-reservation .payment-info__item {
    display: block;
  }
  .page-reservation .payment-info__item dt {
    font-family: "LGSmartSB";
    color: #000;
  }
  .page-reservation .payment-info__item dd {
    margin-top: 4rem;
    font-family: "LGSmart";
    color: #666;
    text-align: left;
  }
  .page-reservation .payment-info__desc {
    font-size: 13rem;
    text-align: left;
  }
  .page-reservation .payment-info__desc span {
    display: block;
  }
  .page-reservation .temporary-save {
    display: block;
  }
  .page-reservation .temporary-save.basic-info .temporary-save__item {
    margin-top: 20rem;
  }
  .page-reservation .temporary-save.basic-info .temporary-save__item:first-child {
    margin-top: 10rem;
  }
  .page-reservation .temporary-save__item {
    display: block;
    margin-top: 20rem;
    width: 100%;
  }
  .page-reservation .temporary-save__item:first-child {
    margin-top: 0;
  }
  .page-reservation .temporary-save__item:last-child:not(:only-child) {
    margin-top: 20rem;
  }
  .page-reservation .temporary-save__item .heading {
    margin-top: 0;
  }
  .page-reservation .temporary-save__panel {
    margin-top: 4rem;
    margin-left: 0;
    padding: 0;
    width: auto;
    background-color: transparent;
    border: 0;
    font-size: 14rem;
  }
  .page-reservation .temporary-save__panel .item {
    text-align: left;
  }
  .page-reservation .temporary-save .tooltip,
  .page-reservation .temporary-save .tooltip .tooltip__btn.btn {
    width: auto;
  }
  .page-reservation .tbl-res__reserve-info .row dd {
    width: 100%;
  }
  .page-reservation .tbl-res__reserve-info .row dd::after {
    display: block;
    clear: both;
    content: "";
  }
  .page-reservation .tbl-res__reserve-info .btn__etc {
    width: calc(50% - 5rem);
  }
  .page-reservation .tbl-res__reserve-info .btn__etc:first-child {
    float: left;
  }
  .page-reservation .tbl-res__reserve-info .btn__etc:last-child {
    float: right;
  }
  .page-reservation .board.board__type2 {
    overflow: unset;
    max-height: unset;
  }
  .page-reservation .board.board__type2 .board__item {
    margin-top: 25rem;
    padding: 0;
    border: 1rem solid transparent;
    border-radius: 0;
  }
  .page-reservation .board.board__type2 .board__item .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-left: 0;
    padding: 0 20rem 20rem;
  }
  .page-reservation .board.board__type2 .board__item .btn-wrap .btn {
    width: 100%;
    text-align: center;
  }
  .page-reservation .board.board__type2 .board__item__info {
    display: block;
  }
  .page-reservation .board.board__type2 .board__item__info .board__item__img {
    width: 100%;
  }
  .page-reservation .board.board__type2 .board__item__info .board__item__desc {
    margin-top: 10rem;
    margin-left: 0;
    padding: 0 20rem;
    font-size: 14rem;
  }
  .page-reservation .board.board__type2 .board__item__info .board__item__desc .desc {
    font-size: 13rem;
  }
}
/* 
	230830 indicator 추가
	230921 no-data 작업
*/
.step-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.step-display .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28rem;
  -webkit-column-gap: 22rem;
     -moz-column-gap: 22rem;
          column-gap: 22rem;
}
.step-display .step-list .step-item {
  position: relative;
  counter-increment: order-count;
}
.step-display .step-list .step-item.current .step-wrap::before {
  background-color: #d5295c;
}
.step-display .step-list .step-item.past .step-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22rem;
  height: 22rem;
  background-color: #d5295c;
  background-image: url("/images/icon/ico-step-checked-ff3fefa86f1010c45a93eb68d98f13c4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
  content: "";
}
.step-display .step-list .step-item + .step-item:not(.past, .current)::before {
  top: calc(50% - 0.5rem);
  height: 1rem;
  background-color: #e5e5e5;
}
.step-display .step-list .step-item + .step-item::before {
  position: absolute;
  top: calc(50% - 1rem);
  right: 100%;
  display: block;
  width: 22rem;
  height: 2rem;
  background-color: #e47899;
  content: "";
}
.step-display .step-list .step-item .step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-display .step-list .step-item .step-wrap::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22rem;
  height: 22rem;
  padding-top: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #bfbfbf;
  border-radius: 50%;
  font-family: "LGSmartSB";
  font-size: 12rem;
  color: #fff;
  text-align: center;
  content: counter(order-count);
}

.no-data.request {
  height: auto;
  padding: 20rem 0;
  text-align: center;
  color: #999;
}
.no-data.request .wbr {
  display: block;
}

@media (max-width: 1500px) {
  .page-content__head {
    margin: 0 auto;
    max-width: 1140rem;
  }
}
@media (max-width: 767px) {
  .page-reservation .step-display {
    margin-bottom: 4rem;
  }
  .step-display .step-list {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }
  .step-display .step-list .step-item + .step-item::before {
    width: 16rem;
  }
  .step-display .step-list .step-item.past .step-wrap::after {
    width: 20rem;
    height: 20rem;
    background-size: 16rem;
  }
  .step-display .step-list .step-item .step-wrap::after, .step-display .step-list .step-item .step-wrap::before {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 460px) {
  .step-display .step-list {
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }
  .step-display .step-list .step-item + .step-item::before {
    width: 12rem;
  }
}
.page-mobile.page-reservation .page-content {
  padding: 4rem 0 60rem;
}
.page-mobile .step-heading {
  margin-bottom: 20rem;
  padding-top: 10rem;
}
.page-mobile .step-heading__title {
  cursor: default;
}
.page-mobile .step-heading__title::after {
  display: none;
}
.page-mobile .step-heading .right {
  position: relative;
  top: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20rem;
  margin-bottom: 0;
  padding-bottom: 30rem;
  -webkit-transform: unset;
          transform: unset;
}
.page-mobile .step-heading .right .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12rem 10rem;
}
.page-mobile .step-heading .right .btn:only-child:not(.btn__tiny) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.page-mobile .step-heading .right .btn:not(:first-child) {
  margin-left: 10rem;
}
.page-mobile .step-display {
  margin-bottom: 4rem;
}
.page-mobile .step-indicator {
  top: 17rem !important;
}
.page-mobile .step-indicator span {
  margin-left: 6rem;
  width: 6rem;
  height: 6rem;
}
.page-mobile .step-indicator .is-active {
  width: 18rem;
}
.page-mobile .request-info {
  display: block;
}
.page-mobile .request-info .heading {
  margin-right: 0;
  margin-bottom: 10rem;
}
.page-mobile .request-info__box {
  display: block;
}
.page-mobile .request-info__box.reserve-tab .heading {
  display: block;
}
.page-mobile .request-info__box:not(:first-child) {
  margin-top: 35rem;
}
.page-mobile .request-info .tab-btn {
  margin-top: 0;
  height: auto;
  border-bottom: none;
}
.page-mobile .request-info .tab-item {
  padding: 8rem 25rem;
  border: 1rem solid #e5d5d5;
  border-radius: 3rem;
  font-size: 16rem;
  line-height: 26rem;
}
.page-mobile .request-info .tab-item.active {
  background-color: #d5295c;
  border-color: #d5295c;
  color: #fff;
}
.page-mobile .request-info .tab-item.active:after {
  position: static;
  display: inline-block;
  margin-left: 10rem;
  width: 12rem;
  height: 9rem;
  background: url("/images/icon/ico-checkbox-checked-f2b19455d5357ac1f9cc63c05e920c2a.png") no-repeat center/100%;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: none;
          transform: none;
}
.page-mobile .request-info .tab-item-text {
  display: inline;
}
.page-mobile .request-info .radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-mobile .request-info .radio-btn .radio {
  width: 100%;
  text-align: center;
}
.page-mobile .request-info .radio-btn + ul.list {
  display: block;
}
.page-mobile .prev-step-info {
  position: relative;
}
.page-mobile .prev-step-info__tit {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 6rem 30rem 6rem 15rem;
  width: 100%;
  background-color: #fff;
  border: 1rem solid #000;
  font-family: "LGSmartSB";
  font-size: 16rem;
  line-height: 30rem;
  color: #000;
  cursor: pointer;
}
.page-mobile .prev-step-info__tit::after {
  position: absolute;
  top: 50%;
  right: 15rem;
  margin-top: -2rem;
  width: 7rem;
  height: 7rem;
  border-bottom: 2rem solid #000;
  border-left: 2rem solid #000;
  content: "";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.page-mobile .prev-step-info__desc {
  display: none;
  background-color: #fff;
  border: 1rem solid #000;
  border-top: 0;
}
.page-mobile .prev-step-info__desc p {
  padding: 10rem 15rem;
  border-top: 1rem solid #000;
}
.page-mobile .prev-step-info__desc p:first-child {
  border-top: 0;
}
.page-mobile .prev-step-info.is-open .prev-step-info__tit::after {
  margin-top: 2rem;
  -webkit-transform: translateY(-50%) rotate(-225deg);
          transform: translateY(-50%) rotate(-225deg);
}
.page-mobile .prev-step-info.is-open .prev-step-info__desc {
  display: block;
}
.page-mobile .prev-step-info + .content-title {
  margin-top: 0;
}
.page-mobile .prev-step-info + .content-title::before {
  display: none;
}
.page-mobile .board.board__type2 {
  overflow: unset;
  max-height: unset;
}
.page-mobile .board.board__type2 .board__item {
  display: block;
  margin-top: 25rem;
  padding: 0;
  border: 1rem solid transparent;
  border-radius: 0;
}
.page-mobile .board.board__type2 .board__item .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-left: 0;
}
.page-mobile .board.board__type2 .board__item .btn-wrap .btn {
  padding: 8rem 10rem;
  width: 100%;
  text-align: center;
}
.page-mobile .board.board__type2 .board__item__info {
  display: block;
}
.page-mobile .board.board__type2 .board__item__info .board__item__img {
  padding-bottom: 61.73%;
  width: 100%;
  height: auto;
}
.page-mobile .board.board__type2 .board__item__info .board__item__desc {
  margin-top: 10rem;
  margin-left: 0;
  font-size: 16rem;
}
.page-mobile .reserve-select .date-inline {
  padding-top: 0;
}
.page-mobile .reserve-select .date-inline .datapicker-icon {
  top: -30rem;
}
.page-mobile .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50rem;
}
.page-mobile .btn-wrap > .btn {
  width: 100%;
}
.page-mobile .reserve-select__card .btn-wrap,
.page-mobile .reservation-policy + .btn-wrap {
  display: block;
  margin-top: 50rem;
}
.page-mobile .reserve-select__calendar {
  display: block;
}
.page-mobile .reserve-select__calendar .date-inline {
  display: block;
}
.page-mobile .reserve-select__calendar .datapicker-icon {
  right: 0;
}
.page-mobile .reserve-select__noti {
  margin-top: 20rem;
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.page-mobile .reserve-select__noti dl:first-child {
  margin-top: 0;
  margin-bottom: 10rem;
  padding-top: 0;
  border-top: 0;
}
.page-mobile .reserve-select__noti dt {
  margin-bottom: 0;
  border: 1rem solid #eaeaea;
  font-size: 13rem;
  color: #666;
}
.page-mobile .reserve-select__noti dt a {
  position: relative;
  display: block;
  padding: 10rem;
}
.page-mobile .reserve-select__noti dt a::after {
  position: absolute;
  top: 50%;
  right: 15rem;
  margin-top: -2rem;
  width: 6rem;
  height: 6rem;
  border-bottom: 1rem solid #000;
  border-left: 1rem solid #000;
  content: "";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.page-mobile .reserve-select__noti dd {
  display: none;
  margin-top: 0;
  padding: 10rem;
  border: 1rem solid #eaeaea;
  border-top: 0;
  font-size: 12rem;
}
.page-mobile .reserve-select__noti .is-open dt a::after {
  margin-top: 2rem;
  -webkit-transform: translateY(-50%) rotate(-225deg);
          transform: translateY(-50%) rotate(-225deg);
}
.page-mobile .reserve-select__noti .is-open dd {
  display: block;
}
.page-mobile .reserve-select__card {
  position: relative;
  margin-top: 40rem;
  padding-top: 50rem;
  border-top: 0;
}
.page-mobile .reserve-select__card::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 40rem);
  height: 10rem;
  background-color: #f7f7f7;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-mobile .reserve-select__card .schedule-card {
  margin: 0;
  max-height: unset;
}
.page-mobile .reserve-select__card .schedule-card.exhibition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10rem;
  margin-left: -10rem;
}
.page-mobile .reserve-select__card .schedule-card.exhibition .card {
  margin-top: 10rem;
  margin-left: 10rem;
  width: calc(50% - 10rem);
}
.page-mobile .reserve-select__card .schedule-card .card {
  margin: 0;
  width: 100%;
}
.page-mobile .reserve-select__card .schedule-card .card:not(:first-child) {
  margin-top: 10rem;
}
.page-mobile .tbl-res {
  border-top: 0;
}
.page-mobile .tbl-res .row {
  display: block;
  margin-top: 20rem;
  border-bottom: 0;
}
.page-mobile .tbl-res .row:first-child {
  margin-top: 0;
}
.page-mobile .tbl-res .col {
  display: block;
  margin-top: 20rem;
}
.page-mobile .tbl-res .col:first-child {
  margin-top: 0;
}
.page-mobile .tbl-res .col dt,
.page-mobile .tbl-res .col dd {
  padding: 0;
}
.page-mobile .tbl-res .col dt {
  margin-bottom: 6rem;
}
.page-mobile .tbl-res .col dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-mobile .page-content > .payment-info {
  padding: 0;
  border: 0;
}
.page-mobile .page-content > .payment-info__item {
  margin-top: 10rem;
  height: auto;
}
.page-mobile .page-content > .payment-info__item:first-child {
  margin-top: 0;
}
.page-mobile .page-content > .payment-info__desc {
  border-color: #e5e5e5;
  font-size: 16rem;
}

@media (max-width: 1024px) {
  .page-mobile .reserve-select__card .btn-wrap .left,
  .page-mobile .reserve-select__card .btn-wrap .right,
  .page-mobile .reservation-policy + .btn-wrap .left,
  .page-mobile .reservation-policy + .btn-wrap .right {
    float: none;
    width: 100%;
  }
  .page-mobile .reserve-select__card .btn-wrap .right,
  .page-mobile .reservation-policy + .btn-wrap .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30rem;
  }
  .page-mobile .reserve-select__card .btn-wrap .right .btn,
  .page-mobile .reservation-policy + .btn-wrap .right .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-mobile .request-info .tab-item {
    padding: 12rem;
    font-size: 13rem;
    line-height: 18rem;
  }
  .page-mobile .step-heading {
    margin-bottom: 20rem;
  }
  .page-mobile .step-heading__title {
    padding: 0;
  }
  .page-mobile .step-heading .right {
    margin-top: 20rem;
    padding-bottom: 10rem;
  }
  .page-mobile .prev-step-info__tit {
    font-size: 13rem;
  }
  .page-mobile .content-title {
    margin: 0;
    padding-top: 30rem;
  }
  .page-mobile .content-title::before {
    display: none;
  }
  .page-mobile .content-title .heading__h4 + .checkbox {
    float: right;
    margin: 0;
    margin-top: 2rem;
  }
  .page-mobile .request-info__box:not(:first-child) {
    margin-top: 30rem;
  }
  .page-mobile .btn-wrap {
    margin-top: 50rem;
  }
  .page-mobile .board.board__type2 .board__item {
    margin-top: 25rem;
    padding: 0;
    border: 2rem solid #eaeaea;
  }
  .page-mobile .board.board__type2 .board__item__info .board__item__desc {
    padding: 0 20rem;
    font-size: 14rem;
  }
  .page-mobile .board.board__type2 .board__item__info .board__item__desc .desc {
    font-size: 13rem;
  }
  .page-mobile .reserve-select__card .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-mobile .reservation-policy + .btn-wrap {
    display: block;
  }
  .page-mobile .reservation-policy + .btn-wrap .left,
  .page-mobile .reservation-policy + .btn-wrap .right {
    float: none;
    width: 100%;
  }
  .page-mobile .reservation-policy + .btn-wrap .right {
    text-align: right;
  }
}
.page-education .board.board__type1 {
  margin: -23rem -23rem 0;
}
.page-education .board.board__type1 .board__nodata {
  margin: 23rem;
}
.page-education .board.board__type1 .board__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 23rem;
  width: calc(33.3333333333% - 46rem);
}
.page-education .board.board__type1 .card__img {
  position: relative;
  padding-bottom: 61.79%;
  width: 100%;
  text-align: center;
}
.page-education .board.board__type1 .card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-education .board.board__type1 .card__text {
  margin-top: 20rem;
  text-align: center;
}

@media (max-width: 767px) {
  .page-education .board.board__type1 {
    margin: 0;
  }
  .page-education .board.board__type1 .board__nodata {
    margin: 0;
  }
  .page-education .board.board__type1 .board__item {
    margin: 30rem 0 0 0;
    width: 100%;
  }
  .page-education .board.board__type1 .board__item:first-child {
    margin-top: 10rem;
  }
  .page-education .board.board__type1 .card__text {
    margin-top: 10rem;
    text-align: left;
  }
}
.tbl-board__notice .cell.cell__num {
  width: 120rem;
}
.tbl-board__notice .cell.cell__region {
  width: 130rem;
}
.tbl-board__notice .cell.cell__cate {
  width: 130rem;
}
.tbl-board__notice .cell.cell__link {
  width: auto;
}
.tbl-board__notice .cell.cell__date {
  width: 160rem;
}

.tbl-board__employ .cell.cell__state {
  width: 130rem;
}
.tbl-board__employ .cell.cell__region {
  width: 130rem;
}
.tbl-board__employ .cell.cell__link {
  width: auto;
}
.tbl-board__employ .cell.cell__date {
  width: 310rem;
}

.info-map + .info-map {
  margin-top: 110rem;
}
.info-map__area {
  width: 100%;
  height: 600rem;
  background-position: center;
  background-size: cover;
}
.info-map__area.seoul {
  background-image: url(/images/guidance-map-seoul-a7ca91519f386b26437a2e887c5d9248.png);
}
.info-map__area.busan {
  background-image: url(/images/guidance-map-busan-4d11faf10a31f0240c4e925dd6b67ab4.png);
}
.info-map__box {
  position: relative;
  margin: auto;
  margin-top: -60rem;
  max-width: 1300rem;
}
.info-map__box--head {
  padding: 40rem 50rem;
  background-color: #c30036;
  color: #fff;
}
.info-map__box--head h3 {
  display: inline;
  margin-right: 70rem;
  font-family: "LGSmartSB";
  font-size: 32rem;
  vertical-align: middle;
}
.info-map__box--head .address-copy {
  display: inline-block;
  font-size: 18rem;
  vertical-align: middle;
}
.info-map__box--head .address-copy .copy-to-clipboard-button {
  margin-left: 15rem;
  padding: 10rem 15rem;
  background-color: #fff;
  font-size: 14rem;
  color: #666;
  vertical-align: middle;
}
.info-map__box--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40rem;
}
.info-map__box--content .traffic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 50%;
}
.info-map__box--content .traffic h4 {
  padding-right: 25rem;
  width: 80rem;
  font-family: "LGSmartSB";
  font-size: 21rem;
  color: #c30036;
}
.info-map__box--content .traffic dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem 0;
}
.info-map__box--content .traffic dl:first-child {
  margin-top: 0;
}
.info-map__box--content .traffic dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  width: 180rem;
}
.info-map__box--content .traffic dl dd {
  margin: 0;
}
.info-map__box--content .traffic div {
  padding-right: 30rem;
}

.container.page-notice {
  overflow-x: hidden;
}

.tab.reserve-tab {
  margin-top: 80rem;
}

.tab + .guidance {
  margin-top: 40rem;
}

.tab__type2 + .guidance {
  margin-top: 60rem;
}

.guidance__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50rem 100rem;
  border: 1rem solid #000;
}
.guidance__type .list {
  position: relative;
  margin: 0;
  width: calc(50% - 10rem);
}
.guidance__type .list::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.guidance__type .list.guidance__type--personal {
  padding-left: 88rem;
}
.guidance__type .list.guidance__type--personal::before {
  width: 58rem;
  height: 71rem;
  background-image: url(/images/icon/ico-guidance-personal-e1a53e8bf4c72a1efbc97b82c61fb7b2.png);
}
.guidance__type .list.guidance__type--group {
  padding-left: 131rem;
}
.guidance__type .list.guidance__type--group::before {
  width: 101rem;
  height: 70rem;
  background-image: url(/images/icon/ico-guidance-group-deb586f27aff85cc082f58a49956ec52.png);
}
.guidance__type .list.guidance__type--calendar {
  padding-left: 111rem;
}
.guidance__type .list.guidance__type--calendar::before {
  width: 81rem;
  height: 75rem;
  background-image: url(/images/icon/ico-guidance-calendar-a26dccf2f0253223593c92b6e7f369be.png);
}
.guidance__type .list.guidance__type--clock {
  padding-left: 106rem;
}
.guidance__type .list.guidance__type--clock .info {
  color: #d5194e;
}
.guidance__type .list.guidance__type--clock::before {
  width: 76rem;
  height: 77rem;
  background-image: url(/images/icon/ico-guidance-clock-3c570a08b09d439ca7a0f0247c9be520.png);
}
.guidance__type.busan, .guidance__type.seoul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80rem;
}
.guidance__type.busan .list, .guidance__type.seoul .list {
  width: calc(40% - 10rem);
}
.guidance__type.busan p, .guidance__type.seoul p {
  padding-top: 50rem;
  font-size: 18rem;
}
.guidance-info {
  position: relative;
  margin-top: 50rem;
  padding-top: 50rem;
}
.guidance-info__desc {
  border: 1rem solid #000;
}
.guidance-info__desc + .guidance-info__desc {
  margin-top: 20rem;
}
.guidance-info__desc .step-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 255rem;
  background-color: #f4f2f3;
}
.guidance-info__desc .step-heading i {
  display: inline-block;
  margin-right: 4rem;
  width: 28rem;
  background-color: #000;
  border-radius: 50%;
  font-style: normal;
  line-height: 28rem;
  color: #fff;
  text-align: center;
}
.guidance-info__desc .step-heading span {
  font-size: 22rem;
  line-height: 28rem;
  vertical-align: middle;
}
.guidance-info__desc .step-heading p {
  margin-top: 20rem;
  font-family: "LGSmartSB";
  text-align: center;
}
.guidance-info__desc .step-heading .list li {
  color: #666;
  text-align: center;
}
.guidance-info__desc .step-heading .list li::before {
  position: static;
  display: inline;
  padding-right: 5rem;
}
.guidance-info__desc .step-heading .list {
  color: #666;
}
.guidance-info__desc .thumbnail {
  padding: 60rem 179rem;
  text-align: center;
}
.guidance-info__desc.busan, .guidance-info__desc.seoul {
  padding: 30rem;
}
.guidance-info__desc.busan ul, .guidance-info__desc.seoul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.guidance-info__desc.busan ul li, .guidance-info__desc.seoul ul li {
  padding: 20rem;
  width: 33.3333333333%;
}
.guidance-info__desc.busan ul li .thumbnail, .guidance-info__desc.seoul ul li .thumbnail {
  padding: 0;
}
.guidance-info__desc.busan ul li .guidance-info__text, .guidance-info__desc.seoul ul li .guidance-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20rem;
}
.guidance-info__desc.busan ul li .guidance-info__text i, .guidance-info__desc.seoul ul li .guidance-info__text i {
  display: inline-block;
  -ms-flex-preferred-size: 25rem;
      flex-basis: 25rem;
  margin-right: 8rem;
  min-width: 25rem;
  background-color: #999;
  border-radius: 50%;
  font-style: normal;
  line-height: 26rem;
  color: #fff;
  text-align: center;
}
.guidance-info__desc.busan ul li .guidance-info__text span, .guidance-info__desc.seoul ul li .guidance-info__text span {
  font-family: "LGSmart";
  font-size: 17rem;
  line-height: 26rem;
  vertical-align: middle;
}
.guidance-info__desc.busan ul li .guidance-info__text span span, .guidance-info__desc.seoul ul li .guidance-info__text span span {
  color: #999;
}
.guidance-info__desc.busan ul li .btn, .guidance-info__desc.seoul ul li .btn {
  margin: 10rem 0 40rem 30rem;
}
.guidance-info__desc.seoul {
  padding-top: 50rem;
  padding-bottom: 0;
}
.guidance-info__desc.seoul .heading__h5 {
  margin-left: 20rem;
}
.guidance-info__desc.seoul ul li {
  width: 25%;
}
.guidance-place + .guidance-place {
  margin-top: 85rem;
}
.guidance-place__wrap {
  position: relative;
  overflow: hidden;
}
.guidance-place__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 400%;
}
.guidance-place__wrap ul li {
  width: 33.3333333333%;
}
.guidance-place__btn {
  position: absolute;
  bottom: 0;
  width: 65rem;
  height: 70rem;
  background-color: #fff;
  cursor: pointer;
}
.guidance-place__btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14rem;
  height: 25rem;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.guidance-place__btn.prev {
  left: 0;
}
.guidance-place__btn.prev::before {
  background-image: url(/images/guidance/guidance-place-prev-a63c7287f609d8937e5ae1acf02b8d06.png);
}
.guidance-place__btn.prev.swiper-button-disabled::before {
  background-image: url(/images/guidance/guidance-place-prev-disabled-feaacd1d80a19afc171a454f4cf08d18.png);
}
.guidance-place__btn.prev.prev:focus {
  outline: none;
}
.guidance-place__btn.next {
  left: 65rem;
}
.guidance-place__btn.next::before {
  background-image: url(/images/guidance/guidance-place-next-967978762a454ee749d659a76a5ce928.png);
}
.guidance-place__btn.next.swiper-button-disabled::before {
  background-image: url(/images/guidance/guidance-place-next-disabled-dc2be84c92ece42e5c7b2750acd92df1.png);
}
.guidance-place__btn.next:focus {
  outline: none;
}
.guidance-place .list dt,
.guidance-place .list dd {
  display: inline-block;
}
.guidance-place .list dt {
  margin-right: 20rem;
}

@media (max-width: 1024px) {
  .tbl-board__notice .cell.cell__num {
    width: 100rem;
  }
  .tbl-board__notice .cell.cell__region {
    width: 110rem;
  }
  .tbl-board__notice .cell.cell__cate {
    width: 110rem;
  }
  .tbl-board__notice .cell.cell__link {
    width: auto;
  }
  .tbl-board__notice .cell.cell__date {
    width: 140rem;
  }
  .tbl-board__employ .cell.cell__state {
    width: 110rem;
  }
  .tbl-board__employ .cell.cell__region {
    width: 110rem;
  }
  .tbl-board__employ .cell.cell__link {
    width: auto;
  }
  .tbl-board__employ .cell.cell__date {
    width: 290rem;
  }
  .info-map + .info-map {
    margin-top: 55rem;
  }
  .info-map__box {
    margin-top: -47rem;
  }
  .info-map__box--head {
    padding: 30rem;
  }
  .info-map__box--head h3 {
    font-size: 23rem;
  }
  .info-map__box--head .address-copy {
    display: block;
    font-size: 14rem;
  }
  .info-map__box--head .address-copy .copy-to-clipboard-button {
    padding: 7rem 10rem;
    font-size: 13rem;
  }
  .info-map__box--content .traffic h4 {
    font-size: 19rem;
  }
  .info-map__box--content .traffic dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-map__box--content .traffic dl dt {
    font-size: 17rem;
  }
  .guidance__type {
    padding: 45rem 35rem;
  }
  .guidance-info__desc .step-heading {
    padding: 0 30rem;
    height: 200rem;
  }
  .guidance-info__desc .thumbnail {
    padding: 50rem 65rem;
  }
}
@media (max-width: 767px) {
  .tab.reserve-tab {
    display: table;
    margin: 20rem -20rem 50rem;
    width: calc(100% + 40rem);
    height: 50rem;
    table-layout: fixed;
  }
  .tab.reserve-tab .tab__item {
    position: relative;
    display: table-cell;
    padding: 5rem;
    background-color: #fff;
    border-bottom: 1rem solid #eaeaea;
    font-size: 13rem;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
  }
  .tab.reserve-tab .tab__item.is-active {
    font-family: "LGSmartB";
    color: #d5285d;
  }
  .tab.reserve-tab .tab__item.is-active:after {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 2rem;
    background-color: #d5285d;
    content: "";
  }
  .tbl-board__notice .row {
    padding-left: 75rem;
  }
  .tbl-board__notice .cell.cell__num {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0;
    width: 50rem;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tbl-board__notice .cell.cell__region {
    display: inline-block;
    width: auto;
  }
  .tbl-board__notice .cell.cell__cate {
    display: inline-block;
    margin-left: 6rem;
    padding-left: 10rem;
    width: auto;
  }
  .tbl-board__notice .cell.cell__cate::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    height: 10rem;
    background-color: #e5e5e5;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tbl-board__notice .cell.cell__link {
    margin-top: 4rem;
    width: 100%;
  }
  .tbl-board__notice .cell.cell__date {
    margin-top: 8rem;
    width: 100%;
  }
  .tbl-board__employ .cell.cell__state {
    display: inline-block;
    width: auto;
  }
  .tbl-board__employ .cell.cell__region {
    display: inline-block;
    margin-left: 6rem;
    padding-left: 10rem;
    width: auto;
  }
  .tbl-board__employ .cell.cell__region::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    height: 10rem;
    background-color: #e5e5e5;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tbl-board__employ .cell.cell__link {
    margin-top: 4rem;
    width: 100%;
  }
  .tbl-board__employ .cell.cell__date {
    margin-top: 8rem;
    width: 100%;
  }
  .info-map__area {
    margin-top: -20rem;
    margin-left: -20rem;
    width: calc(100% + 40rem);
    height: 346rem;
  }
  .info-map__box--head {
    padding: 23rem 19rem;
  }
  .info-map__box--head h3 {
    margin-right: 10rem;
    font-size: 19rem;
  }
  .info-map__box--head .address-copy {
    font-size: 13rem;
  }
  .info-map__box--head .address-copy .copy-to-clipboard-button {
    position: absolute;
    top: 23rem;
    right: 19rem;
    padding: 5rem 4rem;
    font-size: 11rem;
  }
  .info-map__box--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-map__box--content .traffic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .info-map__box--content .traffic + .traffic {
    margin-top: 40rem;
  }
  .info-map__box--content .traffic h4 {
    margin-bottom: 21rem;
    font-size: 17rem;
  }
  .info-map__box--content .traffic .list + .list {
    margin-top: 20rem;
  }
  .info-map__box--content .traffic .list dt {
    font-size: 15rem;
  }
  .guidance {
    margin-top: 50rem;
  }
  .guidance__type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
    border: none;
  }
  .guidance__type .list {
    margin: 10rem 0;
    width: 100%;
  }
  .guidance__type .list::before {
    display: none;
  }
  .guidance__type .list.guidance__type--personal, .guidance__type .list.guidance__type--group {
    padding-left: 0;
  }
  .guidance__type.busan, .guidance__type.seoul {
    padding-top: 0;
  }
  .guidance__type.busan .list, .guidance__type.seoul .list {
    padding: 28rem 0;
    width: 100%;
    border: 1rem solid #000;
  }
  .guidance__type.busan .list::before, .guidance__type.seoul .list::before {
    display: inline-block;
  }
  .guidance__type.busan .list.guidance__type--calendar, .guidance__type.seoul .list.guidance__type--calendar {
    padding-left: 50rem;
  }
  .guidance__type.busan .list.guidance__type--calendar::before, .guidance__type.seoul .list.guidance__type--calendar::before {
    left: 28rem;
    width: 36rem;
    height: 34rem;
    background-image: url(/images/icon/ico-guidance-calendar-a26dccf2f0253223593c92b6e7f369be.png);
  }
  .guidance__type.busan .list.guidance__type--clock, .guidance__type.seoul .list.guidance__type--clock {
    padding-left: 50rem;
  }
  .guidance__type.busan .list.guidance__type--clock::before, .guidance__type.seoul .list.guidance__type--clock::before {
    left: 28rem;
    width: 35rem;
    height: 36rem;
    background-image: url(/images/icon/ico-guidance-clock-3c570a08b09d439ca7a0f0247c9be520.png);
  }
  .guidance__type.busan .list li, .guidance__type.seoul .list li {
    padding-left: 22rem;
  }
  .guidance__type.busan p, .guidance__type.seoul p {
    padding-top: 19rem;
    font-size: 12rem;
  }
  .guidance-info::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 40rem);
    height: 10rem;
    background-color: #f7f7f7;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .guidance-info__desc + .guidance-info__desc {
    margin-top: 10rem;
  }
  .guidance-info__desc .step-heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 29rem 17rem;
    height: auto;
  }
  .guidance-info__desc .step-heading i {
    width: 20rem;
    font-size: 11rem;
    line-height: 20rem;
  }
  .guidance-info__desc .step-heading span {
    font-size: 15rem;
    line-height: 25rem;
  }
  .guidance-info__desc .step-heading p {
    margin-top: 15rem;
    text-align: left;
  }
  .guidance-info__desc .step-heading .list li {
    text-align: left;
  }
  .guidance-info__desc .thumbnail {
    padding: 32rem 23rem;
  }
  .guidance-info__desc .thumbnail.mobile {
    padding: 32rem 70rem;
  }
  .guidance-info__desc.busan, .guidance-info__desc.seoul {
    overflow-x: scroll;
    padding: 0;
    border: none;
  }
  .guidance-info__desc.busan ul, .guidance-info__desc.seoul ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .guidance-info__desc.busan ul li, .guidance-info__desc.seoul ul li {
    margin-right: 15rem;
    padding: 0;
  }
  .guidance-info__desc.busan ul li:last-child, .guidance-info__desc.seoul ul li:last-child {
    margin-right: 0;
  }
  .guidance-info__desc.busan ul li i, .guidance-info__desc.seoul ul li i {
    min-width: 25rem;
  }
  .guidance-info__desc.busan ul li .guidance-info__text span, .guidance-info__desc.seoul ul li .guidance-info__text span {
    font-size: 13rem;
  }
  .guidance-info__desc.busan ul {
    width: 1706rem;
  }
  .guidance-info__desc.busan ul li {
    width: 16.6666666667%;
  }
  .guidance-info__desc.seoul .heading__h5 {
    margin-bottom: 15rem;
    margin-left: 0;
  }
  .guidance-info__desc.seoul ul {
    width: 1140rem;
  }
  .guidance-info__desc.seoul ul li {
    width: 25%;
  }
  .guidance-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .guidance-place .list dd {
    margin-bottom: 10rem;
  }
  .guidance-place + .guidance-place {
    margin-top: 50rem;
  }
  .guidance-place__wrap {
    overflow: visible;
  }
  .guidance-place__wrap ul li {
    width: 363rem;
    height: 230rem;
  }
  .guidance-place__wrap ul li.swiper-slide-prev {
    margin-left: -5rem;
  }
  .guidance-place__wrap ul li.swiper-slide-prev img {
    width: 95%;
  }
  .guidance-place__wrap ul li.swiper-slide-active img {
    width: 98%;
  }
  .guidance-place__wrap ul li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .guidance-place__wrap .guidance-place__btn {
    display: none;
  }
}
.qrcode {
  position: relative;
  width: 100%;
}
.qrcode__header.alarm {
  padding: 20rem 0 0;
}
.qrcode__header.alarm .logo {
  text-align: center;
}
.qrcode__header.alarm .logo ::after {
  display: block;
  margin: 14rem auto 0;
  width: 1rem;
  height: 20rem;
  background-color: #b7b7b7;
  content: "";
}
.qrcode__box {
  margin: 60rem auto 36rem;
  padding: 20rem;
  width: 160rem;
  height: 160rem;
  background: url(/images/qrcode/qrcode_box-ec08fff8d637e1fe6855d16a272731cf.png) no-repeat center/100%;
}
.qrcode__box img {
  width: 100%;
  height: 100%;
}
.qrcode__section {
  margin-top: 38rem;
  padding: 24rem;
  background-color: #262858;
}
.qrcode__section table {
  width: 100%;
  border-top: 1rem solid #464871;
}
.qrcode__section table th,
.qrcode__section table td {
  padding: 13rem;
  border-bottom: 1rem solid #464871;
  color: #fff;
  text-align: left;
}
.qrcode__section table th {
  background-color: #191b3f;
  vertical-align: middle;
}
.qrcode__section table td {
  background-color: #313361;
}
.qrcode__header {
  margin: 0 auto;
  padding: 20rem 15rem;
  min-width: 320rem;
  max-width: 768rem;
}
.qrcode__header img {
  max-width: 201rem;
}
.qrcode__footer {
  padding: 30rem 10rem;
  border-top: 1rem solid #e5e5e5;
}
.qrcode__footer p {
  font-size: 10rem;
  color: #999;
  text-align: center;
}
.qrcode__contents {
  margin: 0 auto;
  padding: 20rem 15rem 70rem;
  min-width: 320rem;
  max-width: 768rem;
  font-size: 13rem;
}
.qrcode .alarm__text {
  font-size: 14rem;
  text-align: center;
}
.qrcode .alarm__text p {
  padding-bottom: 5rem;
}
.qrcode .heading__h2 {
  padding: 0 0 25rem;
  font-family: "LGSmartSB";
  font-size: 24rem;
  text-align: center;
}
.qrcode .ico__fireworks {
  display: block;
  margin-top: 20rem;
  margin-bottom: 30rem;
  height: 90rem;
  background: url("/images/icon/ico-reservation-071eea5f62cac493fb087bf6daaa29ac.png") no-repeat center/auto 100%;
}
.qrcode .panel {
  padding: 20rem;
  background-color: #f4f2f3;
}
.qrcode .panel .ico__qr-complete {
  display: block;
  margin: 30rem auto;
  width: 60rem;
  height: 60rem;
  background: url("/images/icon/ico-qr-complete-a1d569a3f43dc32246e611a0a25cae14.png") no-repeat center/100%;
}
.qrcode .panel .text {
  margin-top: 10rem;
  font-family: "LGSmartSB";
  font-size: 15rem;
  line-height: 24rem;
  color: #262858;
  text-align: center;
}
.qrcode .panel .text:last-child {
  margin-bottom: 20rem;
}
.qrcode .list dt {
  font-size: 15rem;
  color: #262858;
}
.qrcode .list dd {
  font-size: 13rem;
}
.qrcode .heading__h5 {
  margin-top: 50rem;
  font-family: "LGSmartB";
  font-size: 13rem;
}
.qrcode .agree-check {
  padding: 15rem;
  width: 100%;
  border: 1rem solid #e5e5e5;
}
.qrcode .qrcode__step {
  position: relative;
  margin-top: 40rem;
}
.qrcode .qrcode__step + .qrcode__step {
  padding-top: 50rem;
}
.qrcode .qrcode__step + .qrcode__step::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 30rem);
  height: 10rem;
  background-color: #f7f7f7;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.qrcode .heading {
  position: relative;
  margin-bottom: 25rem;
}
.qrcode .heading__h3 {
  display: inline-block;
  font-size: 15rem;
  vertical-align: middle;
}
.qrcode .heading .num {
  display: inline-block;
  width: 25rem;
  background-color: #000;
  border-radius: 50%;
  font-size: 13rem;
  line-height: 25rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.qrcode .heading .ess {
  position: relative;
  vertical-align: middle;
}
.qrcode .heading .ess::before {
  position: relative;
  top: 4rem;
  display: inline-block;
  margin-left: 4rem;
  font-size: 20rem;
  color: #d5295c;
  vertical-align: middle;
  content: "*";
}
.qrcode .heading .date {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 13rem;
  color: #666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qrcode .visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5rem;
}
.qrcode .visit__item {
  margin: 5rem;
  padding: 12rem 15rem;
  width: calc(50% - 10rem);
  border: 1rem solid #e5e5e5;
  border-radius: 3rem;
}
.qrcode .visit__item .time {
  font-family: "LGSmartB";
  font-size: 16rem;
  color: #000;
}
.qrcode .visit__item .num-people {
  font-size: 14rem;
}
.qrcode .visit__item .num-people span {
  color: #d5295c;
}
.qrcode .visit__item.is-active {
  background-color: #d5295c;
  border-color: #d5295c;
}
.qrcode .visit__item.is-active .time,
.qrcode .visit__item.is-active .num-people,
.qrcode .visit__item.is-active .num-people span {
  color: #fff;
}
.qrcode .visit__item.is-disabled {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.qrcode .visit__item.is-disabled .time {
  color: #666;
}
.qrcode .radio-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qrcode .radio-custom .radio {
  width: 100%;
}
.qrcode .radio-custom .radio:first-child {
  margin-left: 5rem;
}
.qrcode .radio-custom label {
  font-size: 13rem;
}
.qrcode .btn-wrap {
  margin-top: 50rem;
}
.qrcode .btn-wrap .btn {
  width: 100%;
}

.survey {
  position: relative;
  margin: 0 auto;
  padding: 0 16rem 80rem;
  width: 100%;
  min-width: 320rem;
  max-width: 620rem;
  letter-spacing: -1rem;
}
.survey .mo-br {
  display: none;
}
.survey__logo a {
  display: inline-block;
}
.survey__logo img {
  max-width: 288rem;
}
.survey__title {
  padding: 60rem 0 50rem;
  text-align: center;
}
.survey__title .page-title {
  margin-top: 70rem;
}
.survey__title .page-title::before {
  position: absolute;
  top: -40rem;
  left: 50%;
  width: 1rem;
  height: 20rem;
  background-color: #b7b7b7;
  /*content: "";*/
}
.survey__title .page-title .heading__h3 {
  font-size: 40rem;
  letter-spacing: -2rem;
}
.survey__title .page-title .page-title__desc {
  font-size: 14rem;
  line-height: 1.75;
  text-align: center;
  white-space: pre-line;
}
.survey .ess {
  color: #d5295c;
}
.survey .survey-form {
  background-color: #f7f7f7;
}
.survey .survey-form__info {
  padding: 30rem 40rem;
  background-color: #262858;
}
.survey .survey-form__info__date {
  font-family: "LGSmartSB";
  font-size: 14rem;
  color: #fff;
}
.survey .survey-form__completion {
  margin-top: -10rem;
  padding: 75rem 0;
}
.survey .survey-form__completion p {
  padding-top: 140rem;
  background: url("/images/icon/ico-survey-completion-06653b3a1cd41a15d220e27be0704801.png") no-repeat center top;
  font-family: "LGSmartSB";
  font-size: 16rem;
  line-height: 1.75;
  color: #000;
  text-align: center;
}
.survey .survey-form__no-data {
  margin-top: -10rem;
  padding: 95rem 0;
}
.survey .survey-form__no-data p {
  padding-top: 130rem;
  background: url("/images/icon/ico-survey-nodata-7f5d378396c63efb58af079016fa92e8.png") no-repeat center top;
  font-family: "LGSmartSB";
  font-size: 16rem;
  color: #000;
  text-align: center;
}
.survey .survey-form .tbl {
  margin: 10rem 0 0;
}
.survey .survey-form .tbl th,
.survey .survey-form .tbl td {
  border-top-color: rgba(255, 255, 255, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  font-family: "LGSmartSB";
  font-size: 15rem;
  color: #fff;
}
.survey .survey-form .tbl tbody th {
  background-color: rgba(17, 18, 46, 0.6);
}
.survey .survey-form .tbl tbody td {
  background-color: rgba(255, 255, 255, 0.05);
}
.survey .survey-form__question {
  padding: 40rem 40rem 60rem;
}
.survey .survey-form .btn-wrap .btn {
  width: 100%;
  min-width: auto;
}
.survey .survey-form .btn-wrap + .msg-text {
  margin-top: 35rem;
  font-size: 14rem;
  color: #666;
  text-align: center;
}
.survey .question:not(:first-child) {
  margin-top: 35rem;
}
.survey .question__tit {
  margin-bottom: 15rem;
  font-family: "LGSmartSB";
  font-size: 16rem;
  color: #000;
}
.survey .question .radio {
  display: block;
  margin-top: 10rem;
}
.survey .question .radio:first-child {
  margin-top: 0;
}
.survey .question .radio label::before {
  background-color: transparent;
}
.survey .question .radio.checked label,
.survey .question .radio input:checked ~ label {
  color: #d5295c;
}
.survey .question .radio.checked label::before,
.survey .question .radio input:checked ~ label::before {
  border-color: #d5295c;
}
.survey .question .radio.checked label::after,
.survey .question .radio input:checked ~ label::after {
  border-bottom-color: #d5295c;
  border-left-color: #d5295c;
}
.survey .question .textarea {
  width: 100%;
  min-width: auto;
}
.survey .question .textarea textarea {
  height: 150rem;
}

@media (max-width: 767px) {
  .survey {
    padding-bottom: 25rem;
  }
  .survey .mo-br {
    display: block;
  }
  .survey__logo img {
    max-width: 188rem;
  }
  .survey__title {
    padding: 40rem 0 30rem;
    text-align: center;
  }
  .survey__title .page-title {
    margin-top: 50rem;
  }
  .survey__title .page-title::before {
    top: -35rem;
  }
  .survey__title .page-title .heading__h3 {
    font-size: 30rem;
  }
  .survey__title .page-title .page-title__desc {
    font-size: 13rem;
  }
  .survey .survey-form__info {
    padding: 25rem;
  }
  .survey .survey-form__info__date {
    font-size: 13rem;
  }
  .survey .survey-form .tbl {
    margin: 10rem 0 0;
  }
  .survey .survey-form .tbl th,
  .survey .survey-form .tbl td {
    padding: 10rem;
    font-size: 14rem;
  }
  .survey .survey-form__question {
    padding: 25rem 25rem 40rem;
  }
  .survey .survey-form .btn-wrap + .msg-text {
    margin-top: 20rem;
    font-size: 13rem;
  }
  .survey .survey-form + .btn-wrap .btn {
    width: 100%;
    min-width: auto;
  }
  .survey .survey-form__completion,
  .survey .survey-form__no-data {
    padding: 60rem 20rem;
  }
  .survey .survey-form__completion p,
  .survey .survey-form__no-data p {
    font-size: 15rem;
  }
  .survey .question:not(:first-child) {
    margin-top: 35rem;
  }
  .survey .question__tit {
    margin-bottom: 10rem;
    font-family: "LGSmartSB";
    font-size: 17.5rem;
    color: #000;
  }
  .survey .question .textarea textarea {
    height: 120rem;
  }
  .survey .question .length-cnt__num {
    position: relative;
    right: 10rem;
    bottom: -15rem;
  }
}
.page-program {
  padding: 110rem 0 160rem;
  max-width: 100%;
  font-size: 16rem;
}
.page-program .breadcrumbs {
  margin-right: auto;
  margin-left: auto;
  padding: 0 30rem;
  max-width: 1560rem;
}
.page-program .program-slider {
  margin-top: 50rem;
  margin-bottom: 100rem;
  padding: 120rem 0;
  height: 830rem;
  background-color: #121212;
  color: #fff;
  text-align: center;
}
.page-program .program-slider:before, .page-program .program-slider:after {
  position: absolute;
  left: 50%;
  margin-left: -75vw;
  width: 150vw;
  height: 50%;
  border-radius: 100%;
  opacity: 0.2;
  content: "";
}
.page-program .program-slider:before {
  top: -40%;
  border-bottom: 1rem solid #fff;
}
.page-program .program-slider:after {
  bottom: -30%;
  border-top: 1rem solid #fff;
}
.page-program .program-slider .swiper-slide {
  width: 510rem;
}
.page-program .program-slider__top {
  position: relative;
  z-index: 9;
  font-size: 14rem;
}
.page-program .program-slider__type {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.page-program .program-slider__type span {
  float: left;
  padding: 5rem 10rem 7rem;
  background-color: #55565a;
  border-radius: 0 0 100rem 100rem;
}
.page-program .program-slider__type .primary-color {
  background-color: #d5285d;
}
.page-program .program-slider__state {
  position: absolute;
  z-index: 10;
  top: 15rem;
  right: 20rem;
  padding: 5rem 8rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3rem;
  font-family: "LGSmartSB";
  line-height: 24rem;
}
.page-program .program-slider__img img {
  width: 510rem;
  height: 340rem;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-program .program-slider__summary {
  padding-top: 50rem;
}
.page-program .program-slider__title {
  overflow: hidden;
  margin-bottom: 20rem;
  font-family: "LGSmartSB";
  font-size: 36rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: keep-all;
}
.page-program .program-slider__period {
  margin-bottom: 20rem;
  min-height: 50rem;
  font-size: 16rem;
}
.page-program .program-slider__period div {
  margin: 5rem 0;
}
.page-program .program-slider__btn {
  position: relative;
}
.page-program .program-slider__btn a {
  margin: 0 2rem;
}
.swiper-slide-active .page-program .program-slider__btn:before {
  display: none;
}
.page-program .program-slider .swiper-pagination {
  display: none;
}
.page-program .program-search {
  position: relative;
  margin-bottom: 100rem;
  background-color: #f4f2f3;
  border-bottom: 1rem solid #121212;
}
.page-program .program-search__main {
  padding: 40rem 30rem;
  text-align: center;
}
.page-program .program-search__main .inp-box {
  width: calc(100% - 300rem);
  max-width: 750rem;
}
.page-program .program-search__main .btn__large {
  width: 120rem;
  min-width: 0;
}
.page-program .program-search__reset {
  margin-left: 30rem;
  padding: 10rem 30rem 10rem 0;
  background: url(/images/icon-reset-64a24fd795032e0a8ef75870be15100b.svg) no-repeat right center/20rem;
  color: #666;
}
.page-program .program-search__filter {
  position: relative;
  display: none;
  overflow: hidden;
  margin: auto;
  padding: 20rem 30rem 40rem;
  max-width: 1380rem;
}
.page-program .program-search__filter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60rem;
}
.page-program .program-search__filter > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10rem 0;
}
.page-program .program-search__filter > div > div:last-child .checkbox {
  margin: 5rem 10rem;
}
.page-program .program-search__filter > div > div {
  margin-right: 100rem;
}
.page-program .program-search__filter > div > div:last-child {
  margin-right: 0;
}
.page-program .program-search__filter:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: #eaeaea;
  content: "";
}
.page-program .program-search__filter__label {
  display: inline-block;
  margin-right: 10rem;
  min-width: 65rem;
  font-family: "LGSmartB";
  font-size: 16rem;
  color: #121212;
}
.page-program .program-search__filter .inp-group__item {
  display: inline-block;
}
.page-program .program-search__filter .inp-group__item .checkbox {
  margin: 0 10rem;
}
.page-program .program-search__filter__period .program-search__filter__label {
  margin-right: 20rem;
}
.page-program .program-search__filter .datepicker {
  margin: 0 10rem;
  width: 150rem;
}
.page-program .program-search__filter .datepicker input {
  padding: 0 40rem 0 10rem;
  background: #fff url(/images/icon-calendar-e23a409d60cb9d31974ea308ab8fbb41.svg) no-repeat 90% center/30rem;
  font-size: 14rem;
}
.page-program .program-search__toggle {
  position: absolute;
  bottom: -18rem;
  left: 50%;
  margin-left: -18rem;
  width: 36rem;
  height: 36rem;
  background-color: #121212;
  border-radius: 36rem;
}
.page-program .program-search__toggle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6rem 0 0 -4rem;
  width: 8rem;
  height: 8rem;
  border-top: 1rem solid #fff;
  border-left: 1rem solid #fff;
  content: "";
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.page-program .program-search.active .program-search__toggle:before {
  margin-top: -2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-program .page-content {
  margin: 50rem auto 0;
  padding: 0 30rem;
  max-width: 1560rem;
}
.page-program .board.board__type2 .state {
  position: absolute;
  top: 0;
  right: 0;
}
.page-program .board.board__type2 .state span {
  display: inline-block;
  padding: 5rem 10rem;
  border: 1rem solid #262858;
  border-radius: 2rem;
  font-family: "LGSmartSB";
  font-size: 14rem;
  color: #262858;
}
.page-program .board.board__type2 .state.gray-color span {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}
.page-program .board.board__type2 .card__info {
  max-width: calc(100% - 100rem);
  font-size: 22rem;
}
.page-program .board.board__type2 .card {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 50rem;
}
.page-program .board.board__type2 .card .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-program .board.board__type2 .card .btn-wrap {
  right: auto;
  bottom: 0;
  left: 25rem;
  margin-top: 0;
}
.page-program .board.board__type2 .card .sub-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 10rem;
  font-size: 13rem;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-line-clamp: 2;
}

@media (min-width: 1025rem) {
  .wrapper.region .program-tab.sticky {
    top: 151rem;
  }
  .wrapper.region .page-program-detail {
    padding-top: 150rem;
  }
  .wrapper.region .page-program {
    padding-top: 150rem;
  }
}
.page-program-detail {
  padding-top: 110rem;
}
.page-program-detail .program-header {
  padding-top: 15rem;
  background-color: #f4f2f3;
}
.page-program-detail .program-header .breadcrumbs {
  margin: auto;
  padding: 0 30rem;
  max-width: 1500rem;
}
.page-program-detail .program-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: auto;
  padding: 80rem 30rem 120rem;
  max-width: 1560rem;
}
.page-program-detail .program-header__img {
  position: relative;
  padding-bottom: 22.33%;
  width: 100%;
  max-width: 660rem;
}
.page-program-detail .program-header__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-program-detail .program-header__type {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.page-program-detail .program-header__type span {
  float: left;
  padding: 5rem 10rem 7rem;
  background-color: #55565a;
  border-radius: 0 0 100rem 100rem;
  font-size: 14rem;
  color: #fff;
}
.page-program-detail .program-header__type .primary-color {
  background-color: #d5285d;
}
.page-program-detail .program-header__summary {
  margin-left: 60rem;
  width: 70%;
  max-width: 780rem;
}
.page-program-detail .program-header__state span {
  display: inline-block;
  margin-bottom: 10rem;
  padding: 5rem 10rem;
  border: 1rem solid #262858;
  border-radius: 2rem;
  font-family: "LGSmartSB";
  font-size: 14rem;
  color: #262858;
}
.page-program-detail .program-header__state.gray-color span {
  border-color: #999;
  color: #999;
}
.page-program-detail .program-header__title {
  display: block;
  margin-bottom: 10rem;
  font-family: "LGSmartSB";
  font-size: 36rem;
  line-height: 50rem;
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
}
.page-program-detail .program-header__headline {
  margin-bottom: 20rem;
  font-size: 18rem;
  word-wrap: break-word;
  word-break: break-all;
}
.page-program-detail .program-header__info {
  position: relative;
  margin-bottom: 5rem;
  padding-left: 125rem;
  font-size: 16rem;
  line-height: 25rem;
}
.page-program-detail .program-header__info > b {
  position: absolute;
  top: 0;
  left: 0;
  width: 125rem;
  color: #000;
}
.page-program-detail .program-header__info > div {
  display: inline-block;
}
.page-program-detail .program-header__info small {
  display: inline-block;
  font-size: 14rem;
  color: #999;
}
.page-program-detail .program-header .btn-wrap {
  margin-top: auto;
  padding-top: 40rem;
}
.page-program-detail .program-header .btn-wrap > span:not(:first-child) {
  margin-left: 10rem;
}
.page-program-detail .program-contents {
  position: relative;
  margin-top: 20rem;
  padding: 40rem 0 0;
}
.page-program-detail .program-contents__title {
  margin-bottom: 24rem;
  font-family: "LGSmartB";
  font-size: 26rem;
  color: #000;
}
.page-program-detail .program-contents__item {
  position: relative;
  margin: auto;
  padding: 110rem 30rem 50rem 30rem;
  max-width: 1560rem;
  font-size: 18rem;
  line-height: 1.8;
}
.page-program-detail .program-contents .program-related {
  padding-bottom: 140rem;
}
.page-program-detail .program-contents .program-different {
  margin: -55rem auto 0;
  padding-top: 55rem;
  padding-bottom: 140rem;
  max-width: none;
  background-color: #f7f7f7;
}
.page-program-detail .program-contents .program-different .program-contents__title {
  margin-right: auto;
  margin-left: auto;
  max-width: 1500rem;
}
.page-program-detail .program-contents .program-different .program-related__list {
  margin-right: auto;
  margin-left: auto;
  max-width: 1560rem;
}
.page-program-detail .program-tab {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1rem solid #eaeaea;
}
.page-program-detail .program-tab__inner {
  display: table;
  margin: auto;
  width: 100%;
  max-width: 1500rem;
  height: 70rem;
  table-layout: fixed;
}
.page-program-detail .program-tab__inner a {
  position: relative;
  display: table-cell;
  padding: 5rem;
  font-size: 18rem;
  line-height: 1.2;
  color: #000;
  vertical-align: middle;
  text-align: center;
}
.page-program-detail .program-tab__inner a:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #999;
}
.page-program-detail .program-tab__inner a span {
  display: inline-block;
}
.page-program-detail .program-tab__inner a.active {
  font-family: "LGSmartB";
  color: #d5285d;
}
.page-program-detail .program-tab__inner a.active:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #d5285d;
  content: "";
}
.page-program-detail .program-tab.sticky {
  position: fixed;
  top: 110rem;
}
.page-program-detail .program-intro__content {
  position: relative;
  overflow: hidden;
  min-height: 500rem;
}
.page-program-detail .program-intro__content.mo {
  display: none;
}
@media (max-width: 1024px) {
  .page-program-detail .program-intro__content.pc {
    display: none;
  }
  .page-program-detail .program-intro__content.mo {
    display: block;
  }
}
.page-program-detail .program-intro__content.hidden {
  height: 500rem;
}
.page-program-detail .program-intro__content.hidden:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACMCAYAAAC9O8OPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Yzc2YmM3MzUtMjE1NC1hYTQ2LTgzOTUtODdjODQ4M2YyNWIyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJBMEE2NDMyODMyMTExRUM4MUFFRDM3ODNERUQxMkVCIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJBMEE2NDMxODMyMTExRUM4MUFFRDM3ODNERUQxMkVCIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi4zIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM4YjRiMDlkLTIyZmItMjY0ZS1iMGFjLWE2Y2E4ZmIzZWNhYiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpjNzZiYzczNS0yMTU0LWFhNDYtODM5NS04N2M4NDgzZjI1YjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6QHJdIAAAAdElEQVR42oxSSRLAIAhjEfv/F9OOB2gcpPWQiSYRXMjdSegZLfBPgVsLI1Q+ieliHqzKyinGBZPT2kCWNSwEDRhFNoWBsQUX7mJoXj3PEDI7sUYlGHagaM7DbJZtzaKNTCiy/iZ7yGesVP/+EYS+19+4BRgAohcKEdrmW/UAAAAASUVORK5CYII=") repeat-x center bottom;
  content: "";
}
.page-program-detail .program-intro__more-btn {
  display: block;
  margin: auto;
  font-family: "LGSmartSB";
}
.page-program-detail .program-schedule__event {
  overflow: hidden;
  margin: 0 -30rem;
}
.page-program-detail .program-schedule__event__item {
  float: left;
  margin: 0 30rem;
  padding: 60rem 0;
  width: calc(50% - 60rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "LGSmartSB";
  font-size: 30rem;
  line-height: 40rem;
  color: #fff;
  text-align: center;
}
.page-program-detail .program-schedule__event__item:after {
  display: inline-block;
  margin-left: 10rem;
  width: 34rem;
  height: 34rem;
  background: url(/images/icon/ico-link-5ae62c64e40aec44038d1365da78cb70.svg) no-repeat center/99%;
  vertical-align: top;
  content: "";
}
.page-program-detail .program-schedule__event__item.seoul {
  background-image: url(/images/program-schedule-bg01-b37bbcd0102f507ada0543e78d98f38b.jpg);
}
.page-program-detail .program-schedule__event__item.busan {
  background-image: url(/images/program-schedule-bg02-ae76350e2a1dc4719b5d9c5df39267fc.jpg);
}
.page-program-detail .program-schedule .schedule__year {
  position: relative;
  padding: 0 60rem;
  text-align: center;
}
.page-program-detail .program-schedule .schedule__year__slider {
  display: inline-block;
  display: block;
}
.page-program-detail .program-schedule .schedule__year__control {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 60rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15rem auto;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.page-program-detail .program-schedule .schedule__year__control--prev {
  left: 35%;
  background-image: url(/images/arrow02-left-black-ddec1740fbfd1f4c139b98da3d987acb.svg);
}
.page-program-detail .program-schedule .schedule__year__control--next {
  right: 35%;
  background-image: url(/images/arrow02-right-black-110d69f97f5bebf2ad8d592b43d81ef1.svg);
}
.page-program-detail .program-schedule .schedule__year__control.swiper-button-disabled {
  opacity: 0.1;
  cursor: default;
}
.page-program-detail .program-schedule .schedule__year .swiper-slide {
  padding: 0;
  width: auto;
  font-family: "LGSmartB";
  font-size: 48rem;
  color: #eee;
  cursor: pointer;
}
.page-program-detail .program-schedule .schedule__year .swiper-slide-active {
  color: #000;
}
.page-program-detail .program-schedule .schedule__wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.page-program-detail .program-schedule .schedule__wrap:after {
  display: none;
}
.page-program-detail .program-schedule .schedule__wrap:not(.active) {
  display: none;
}
.page-program-detail .program-schedule .schedule__wrap:after {
  position: absolute;
  top: 0;
  right: 50%;
  width: 1rem;
  height: 100%;
  background-color: #eaeaea;
  content: "";
}
.page-program-detail .program-schedule .schedule__wrap.bor__none:after {
  width: 0;
}
.page-program-detail .program-schedule .schedule__column {
  float: left;
  width: 50%;
}
.page-program-detail .program-schedule .schedule__column.case1 {
  float: none;
  width: 100%;
}
.page-program-detail .program-schedule .schedule__column.case1 .schedule__item__column__info {
  border-right: 0;
}
.page-program-detail .program-schedule .schedule__title {
  padding: 15rem 0;
  background-color: #f7f7f7;
  border-width: 1rem 0;
  border-style: solid;
  border-color: #eaeaea;
  font-family: "LGSmartB";
  line-height: 20rem;
  color: #000;
  text-align: center;
}
.page-program-detail .program-schedule .schedule__item {
  display: table;
  margin: auto;
  padding: 35rem 4%;
  width: 100%;
  height: 200rem;
  border-bottom: 1rem solid #eaeaea;
  font-size: 16rem;
  line-height: 1.5;
}
.page-program-detail .program-schedule .schedule__item__column {
  display: table-cell;
  padding: 0 10rem;
  vertical-align: top;
}
.page-program-detail .program-schedule .schedule__item__column__info {
  border-right: 1rem solid #eaeaea;
}
.page-program-detail .program-schedule .schedule__item__column__timetable {
  width: 45%;
  text-align: center;
}
.page-program-detail .program-schedule .schedule__item__column__btn {
  width: 120rem;
  vertical-align: middle;
}
.page-program-detail .program-schedule .schedule__item__column__btn .btn {
  width: 120rem;
}
.page-program-detail .program-schedule .schedule__item__name {
  margin-bottom: 20rem;
  font-family: "LGSmartB";
  font-size: 20rem;
  color: #000;
}
.page-program-detail .program-schedule .schedule__item__period {
  color: #000;
}
.page-program-detail .program-schedule .schedule__item__count {
  color: #999;
}
.page-program-detail .program-schedule .schedule__item__timetable span {
  display: inline-block;
}
.page-program-detail .program-schedule .schedule__item__timetable:not(:first-child) {
  margin-top: 10rem;
}
.page-program-detail .program-resource + .program-different {
  margin-top: 23rem;
}
.page-program-detail .program-resource__inner {
  overflow: hidden;
  margin: -10rem;
}
.page-program-detail .program-resource__no-data {
  padding: 50rem 0;
  border-top: 1rem solid #000;
  text-align: center;
}
.page-program-detail .program-resource__item {
  position: relative;
  float: left;
  margin: 10rem;
  padding: 20rem 25rem;
  width: calc(16.6666666667% - 20rem);
  min-width: 230rem;
  height: 100rem;
  border: 1rem solid #e5e5e5;
  border-radius: 4rem;
  font-size: 15rem;
}
.page-program-detail .program-resource__item:after {
  position: absolute;
  right: 20rem;
  bottom: 15rem;
  width: 20rem;
  height: 20rem;
  background: url(/images/icon/ico-download-a910365282b4d10c4ab8ffbecc3fbf17.svg) no-repeat center/20rem;
  content: "";
}
.page-program-detail .program-resource__item span {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 36rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
}
.page-program-detail .program-related__list {
  overflow: hidden;
  margin: 0 -30rem;
}
.page-program-detail .program-related__item {
  float: left;
  margin: 0 30rem;
  width: calc(33.3333333333% - 60rem);
}
.page-program-detail .program-related__img {
  position: relative;
  padding-top: 61.33%;
}
.page-program-detail .program-related__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-program-detail .program-related__img .badge-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.page-program-detail .program-related__img .flag-wrap {
  position: absolute;
  top: 10rem;
  right: 10rem;
}
.page-program-detail .program-related__img .flag-wrap .flag {
  display: inline-block;
  padding: 0 10rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3rem;
  font-family: "LGSmartSB";
  font-size: 14rem;
  line-height: 34rem;
  color: #fff;
  vertical-align: top;
}
.page-program-detail .program-related__title {
  overflow: hidden;
  margin-top: 30rem;
  font-family: "LGSmartSB";
  font-size: 22rem;
  line-height: 1.5;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-program-space {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  font-size: 16rem;
}
.page-program-space .breadcrumbs {
  margin-right: auto;
  margin-left: auto;
  padding: 0 30rem;
  max-width: 1560rem;
}
.page-program-space .tab__item {
  font-size: 52rem;
}
.page-program-space .page-content {
  margin: 0 auto;
  padding-top: 0;
  padding-right: 30rem;
  padding-left: 30rem;
  max-width: 1260rem;
}
.page-program-space .program-space-visual {
  width: 100%;
}
.page-program-space .program-space-visual img {
  width: 100%;
}
.page-program-space .program-space {
  margin-top: 150rem;
}
.page-program-space .program-space__info::after {
  display: block;
  clear: both;
  content: "";
}
.page-program-space .program-space__info .cate {
  float: left;
  width: 90rem;
  font-family: "LGSmartB";
  font-size: 34rem;
  color: #d5295c;
}
.page-program-space .program-space__info .desc {
  float: left;
  width: calc(100% - 90rem);
}
.page-program-space .program-space__info .desc:only-child {
  width: 100%;
}
.page-program-space .program-space__info .desc__title {
  font-family: "LGSmartB";
  font-size: 34rem;
  color: #000;
  word-break: break-all;
}
.page-program-space .program-space__info .desc__text {
  margin-top: 15rem;
  font-size: 18rem;
  word-break: break-all;
}
.page-program-space .program-space__thumb:not(.mo-thumb) {
  margin-top: 50rem;
}
.page-program-space .program-space__thumb:not(.mo-thumb) .swiper-wrapper {
  display: block;
}
.page-program-space .program-space__thumb:not(.mo-thumb) .swiper-wrapper::after {
  display: block;
  clear: both;
  content: "";
}
.page-program-space .program-space__thumb:not(.mo-thumb) .swiper-pagination {
  display: none;
}
.page-program-space .program-space__thumb:not(.mo-thumb) .left {
  position: relative;
  float: left;
  padding-bottom: 39.9996%;
  width: 66.666%;
}
.page-program-space .program-space__thumb:not(.mo-thumb) .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-program-space .program-space__thumb:not(.mo-thumb) .right {
  position: relative;
  float: right;
  padding-bottom: 18.9996%;
  width: 31.666%;
}
.page-program-space .program-space__thumb:not(.mo-thumb) .right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-program-space .program-space__thumb:not(.mo-thumb) .bottom {
  margin-top: 2%;
}
.page-program-space .program-space__thumb.mo-thumb {
  position: relative;
  overflow: hidden;
  margin-top: 20rem;
}
.page-program-space .program-space__thumb.mo-thumb .swiper-pagination {
  position: absolute;
  bottom: 20rem;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-program-space .program-space__thumb.mo-thumb .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin-left: 6rem;
  width: 6rem;
  height: 6rem;
  background-color: #e5e5e5;
  border-radius: 50rem;
  opacity: 1;
  vertical-align: middle;
}
.page-program-space .program-space__thumb.mo-thumb .swiper-pagination .swiper-pagination-bullet-active {
  width: 26rem;
  background-color: #d5295c;
}

@media (max-width: 1560px) {
  .page-program-detail .program-contents .program-different .program-related__list {
    margin-right: -30rem;
    margin-left: -30rem;
  }
}
@media (min-width: 1025px) {
  .page-program-detail .program-schedule .schedule__year .swiper-slide {
    width: 100% !important;
  }
}
@media (max-width: 1280px) {
  .page-program .page-content {
    margin: auto 0;
    padding: 0 20rem;
  }
  .page-program-detail .breadcrumbs,
  .page-program-detail .program-header__inner,
  .page-program-detail .program-contents__item {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .page-program-space.container:not(.wide) {
    padding-right: 0;
    padding-left: 0;
  }
  .page-program-space .breadcrumbs {
    padding-right: 20rem;
    padding-left: 20rem;
  }
}
@media (max-width: 1024px) {
  .page-program {
    padding: 56rem 0 80rem;
  }
  .page-program .program-slider {
    margin-top: 0;
    margin-bottom: 40rem;
    padding: 80rem 0;
    height: auto;
  }
  .page-program .program-slider:before, .page-program .program-slider:after {
    display: none;
  }
  .page-program .program-slider .swiper-pagination {
    bottom: 30rem;
    display: block;
  }
  .page-program .program-slider .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 10rem;
    opacity: 1;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: width, background-color;
    transition-property: width, background-color;
  }
  .page-program .program-slider .swiper-pagination-bullet-active {
    width: 30rem;
    background-color: #d5285d;
  }
  .page-program .program-search__main .inp-box {
    width: calc(100% - 220rem);
  }
  .page-program .program-search__reset {
    margin-left: 20rem;
    width: 40rem;
    height: 40rem;
    background-position: center;
    background-size: 30rem;
  }
  .page-program .program-search__reset span {
    position: absolute;
    overflow: hidden;
    margin: -1rem;
    padding: 0;
    width: 1rem;
    height: 1rem;
    border: 0;
  }
  .page-program .program-search__filter {
    padding-top: 0;
  }
  .page-program .program-search__filter > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .page-program .program-search__filter__label {
    display: block;
    margin: 0;
    padding: 20rem 0 10rem;
  }
  .page-program .program-search__filter .checkbox {
    margin-left: 0;
  }
  .page-program .program-search__filter .datepicker:first-of-type {
    margin-left: 0;
  }
  .page-program .program-search__filter .datepicker input {
    background-size: auto 50%;
  }
  .page-program .board.board__type2 .state {
    position: static;
    margin-bottom: 4rem;
  }
  .page-program .board.board__type2 .card__info {
    max-width: 100%;
  }
  .page-program .board.board__type2 .card__date {
    margin-top: 0;
  }
  .page-program .board.board__type2 .card .btn-wrap {
    position: absolute;
  }
  .page-program-detail {
    padding-top: 56rem;
  }
  .page-program-detail .program-header {
    padding-top: 0;
  }
  .page-program-detail .program-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30rem 20rem;
  }
  .page-program-detail .program-header__img {
    padding-bottom: 60.18%;
    max-width: 100%;
  }
  .page-program-detail .program-header__img img {
    width: 100%;
  }
  .page-program-detail .program-header__summary {
    margin-top: 30rem;
    margin-left: 0;
    width: auto;
    max-width: 100%;
  }
  .page-program-detail .program-header .btn-wrap {
    display: table;
    margin: 0 -5rem;
    margin-top: auto;
    padding-top: 40rem;
    width: 100%;
    table-layout: fixed;
  }
  .page-program-detail .program-header .btn-wrap > span,
  .page-program-detail .program-header .btn-wrap > span:first-child {
    display: table-cell;
    padding: 0 5rem;
  }
  .page-program-detail .program-header .btn-wrap a {
    display: block;
  }
  .page-program-detail .program-header .btn-wrap:after {
    display: none;
  }
  .page-program-detail .program-contents__item {
    padding-top: 70rem;
  }
  .page-program-detail .program-contents .program-different .program-related__list {
    margin-right: -20rem;
    margin-left: -20rem;
  }
  .page-program-detail .program-tab.sticky {
    top: 56rem !important;
  }
  .page-program-detail .program-schedule__event {
    margin: 0 -20rem;
  }
  .page-program-detail .program-schedule__event__item {
    margin: 0 20rem;
    width: calc(50% - 40rem);
  }
  .page-program-detail .program-schedule .schedule__year {
    margin-bottom: 30rem;
  }
  .page-program-detail .program-schedule .schedule__year__control--prev {
    left: 0;
  }
  .page-program-detail .program-schedule .schedule__year__control--next {
    right: 0;
  }
  .page-program-detail .program-schedule .schedule__year .swiper-slide {
    font-size: 30rem;
  }
  .page-program-detail .program-schedule .schedule__wrap {
    padding-top: 50rem;
  }
  .page-program-detail .program-schedule .schedule__column {
    width: 100%;
    border-bottom: 0;
  }
  .page-program-detail .program-schedule .schedule__column:not(.active) .schedule__list {
    display: none;
  }
  .page-program-detail .program-schedule .schedule__column.active .schedule__title {
    background-color: #8229d5;
    color: #fff;
  }
  .page-program-detail .program-schedule .schedule__column:last-child .schedule__title {
    right: 0;
    left: auto;
  }
  .page-program-detail .program-schedule .schedule__list {
    border-bottom: 1rem solid #eaeaea;
  }
  .page-program-detail .program-schedule .schedule__title {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 1rem);
    border: 0;
    color: #bababa;
    cursor: pointer;
  }
  .page-program-detail .program-schedule .schedule__column.case1 .schedule__title {
    width: 100%;
  }
  .page-program-detail .program-resource__inner {
    margin: -5rem;
  }
  .page-program-detail .program-resource__no-data {
    padding: 40rem 0;
    font-size: 16rem;
  }
  .page-program-detail .program-resource__item {
    margin: 5rem;
    padding: 15rem 15rem;
    width: calc(25% - 10rem);
    min-width: 0;
  }
  .page-program-detail .program-resource__item:after {
    right: 10rem;
    bottom: 10rem;
  }
  .page-program-detail .program-related__list {
    margin: 0 -20rem;
  }
  .page-program-detail .program-related__item {
    margin: 0 20rem;
    width: calc(33.3333333333% - 40rem);
  }
  .page-program-detail .program-related__title {
    margin-top: 10rem;
  }
  .page-program-space .tab {
    margin-top: 20rem;
  }
}
@media (max-width: 767px) {
  .page-program .program-slider {
    margin-bottom: 0;
    padding: 40rem 0 90rem;
  }
  .page-program .program-slider .swiper-slide {
    width: 90vw;
  }
  .page-program .program-slider__type span {
    font-size: 13rem;
  }
  .page-program .program-slider__img {
    position: relative;
    padding-bottom: 66.66%;
  }
  .page-program .program-slider__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .page-program .program-slider__summary {
    padding-top: 30rem;
  }
  .page-program .program-slider__title {
    font-size: 20rem;
  }
  .page-program .program-slider__period {
    min-height: 42rem;
    font-size: 14rem;
  }
  .page-program .program-slider__period div {
    margin: 0;
  }
  .page-program .program-search {
    margin: 0 -20rem 50rem;
  }
  .page-program .program-search__main {
    padding: 30rem 20rem;
  }
  .page-program .program-search__main .inp-box {
    width: calc(100% - 130rem);
  }
  .page-program .program-search__reset {
    margin-left: 10rem;
    width: 30rem;
    height: 30rem;
    background-position: center;
    background-size: 30rem;
    vertical-align: middle;
  }
  .page-program .program-search__reset span {
    position: absolute;
    overflow: hidden;
    margin: -1rem;
    padding: 0;
    width: 1rem;
    height: 1rem;
    border: 0;
  }
  .page-program .program-search__main .btn__large {
    padding: 9rem 10rem;
    width: 80rem;
    font-size: 16rem;
    line-height: 20rem;
  }
  .page-program .program-search__filter {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .page-program .program-search__filter .datepicker {
    margin: 0 5rem;
    width: 140rem;
  }
  .page-program .program-search__filter .datepicker:first-of-type {
    margin-left: 0;
  }
  .page-program .program-search__filter .datepicker:last-of-type {
    margin-right: 0;
  }
  .page-program .program-search .inp-group {
    width: 100%;
  }
  .page-program .program-search .inp-group__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-program .program-search .inp-group__item .checkbox {
    padding: 2rem 0;
    width: 33.33%;
  }
  .page-program .program-search .inp-group__item .checkbox label {
    font-size: 14rem;
  }
  .page-program .program-search .inp-group__item .checkbox:last-child {
    width: auto;
  }
  .page-program .board.board__type2 .state span {
    font-size: 11rem;
  }
  .page-program .board.board__type2 .card {
    padding-bottom: 0;
  }
  .page-program .board.board__type2 .card__info {
    font-size: 16rem;
  }
  .page-program .board.board__type2 .card .title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 4rem;
    padding-right: 0;
    width: 100%;
    max-height: 48rem;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
  }
  .page-program .board.board__type2 .card__date {
    margin-top: 10rem;
    font-size: 13rem;
  }
  .page-program .board.board__type2 .card__date li:only-child {
    padding-top: 10rem;
  }
  .page-program .board.board__type2 .card .btn-wrap {
    position: static;
    margin-top: 10rem;
  }
  .page-program-detail .program-header__title {
    font-size: 24rem;
    line-height: 35rem;
  }
  .page-program-detail .program-header__headline {
    font-size: 16rem;
  }
  .page-program-detail .program-header__info {
    margin-bottom: 10rem;
    padding-left: 0;
    line-height: 1.5;
  }
  .page-program-detail .program-header__info > b {
    position: static;
    display: block;
    width: auto;
  }
  .page-program-detail .program-header .btn-wrap a {
    font-size: 16rem;
  }
  .page-program-detail .program-contents {
    margin-top: 10rem;
  }
  .page-program-detail .program-contents__title {
    margin-bottom: 20rem;
    font-size: 22rem;
  }
  .page-program-detail .program-contents .program-related {
    padding-bottom: 60rem;
  }
  .page-program-detail .program-contents .program-different {
    margin-top: -20rem;
    padding-top: 40rem;
    padding-bottom: 60rem;
  }
  .page-program-detail .program-contents .program-different .program-related__list {
    margin-right: auto;
    margin-left: auto;
  }
  .page-program-detail .program-contents .program-resource + .program-different {
    margin-top: 0;
  }
  .page-program-detail .program-tab__inner {
    height: 56rem;
  }
  .page-program-detail .program-tab__inner a {
    font-size: 13rem;
  }
  .page-program-detail .program-schedule__event {
    margin: -10rem 0;
  }
  .page-program-detail .program-schedule__event__item {
    margin: 10rem 0;
    padding: 50rem 0;
    width: 100%;
    font-size: 22rem;
    line-height: 30rem;
  }
  .page-program-detail .program-schedule__event__item:after {
    width: 26rem;
    height: 26rem;
  }
  .page-program-detail .program-schedule .schedule__year {
    padding: 0 40rem;
  }
  .page-program-detail .program-schedule .schedule__year__control {
    width: 40rem;
    background-size: auto 20rem;
    outline: none;
  }
  .page-program-detail .program-schedule .schedule__year .swiper-slide {
    height: 30rem;
    font-size: 24rem;
    line-height: 30rem;
  }
  .page-program-detail .program-schedule .schedule__wrap {
    padding-top: 50rem;
  }
  .page-program-detail .program-schedule .schedule__wrap:after {
    display: none;
  }
  .page-program-detail .program-schedule .schedule__column {
    float: none;
    width: 100%;
  }
  .page-program-detail .program-schedule .schedule__column:not(.active) .schedule__list {
    display: none;
  }
  .page-program-detail .program-schedule .schedule__column.active .schedule__title {
    background-color: #8229d5;
    color: #fff;
  }
  .page-program-detail .program-schedule .schedule__column:last-child .schedule__title {
    right: 0;
    left: auto;
  }
  .page-program-detail .program-schedule .schedule__title {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 1rem);
    border: 0;
    font-size: 14rem;
    color: #bababa;
    cursor: pointer;
  }
  .page-program-detail .program-schedule .schedule__item {
    display: block;
    padding: 35rem 0;
    height: auto;
    font-size: 13rem;
  }
  .page-program-detail .program-schedule .schedule__item__column {
    display: block;
    padding: 0;
    width: 100%;
  }
  .page-program-detail .program-schedule .schedule__item__column:not(:first-child) {
    margin-top: 20rem;
  }
  .page-program-detail .program-schedule .schedule__item__column__info {
    border-right: 0;
  }
  .page-program-detail .program-schedule .schedule__item__column__timetable {
    text-align: left;
  }
  .page-program-detail .program-schedule .schedule__item__column__btn .btn {
    width: 100%;
  }
  .page-program-detail .program-schedule .schedule__item__name {
    margin-bottom: 0;
    font-size: 18rem;
  }
  .page-program-detail .program-schedule .schedule__item__count {
    color: #000;
  }
  .page-program-detail .program-schedule .schedule__item__timetable {
    margin: 0;
  }
  .page-program-detail .program-schedule .schedule__item__timetable:not(:first-child) {
    margin-top: 0;
  }
  .page-program-detail .program-resource {
    margin: 0;
  }
  .page-program-detail .program-resource__no-data {
    font-size: 14rem;
  }
  .page-program-detail .program-resource__item {
    margin: 5rem 0;
    padding-right: 40rem;
    width: 100%;
    height: auto;
  }
  .page-program-detail .program-resource__item:after {
    bottom: 50%;
    margin-bottom: -10rem;
  }
  .page-program-detail .program-related__list {
    margin: -20rem 0;
  }
  .page-program-detail .program-related__item {
    margin: 20rem 0;
    width: 100%;
  }
  .page-program-detail .program-related__title {
    font-size: 16rem;
  }
  .page-program-detail .program-related__img .flag-wrap {
    top: 5rem;
    right: 5rem;
  }
  .page-program-detail .program-related__img .flag-wrap .flag {
    padding: 0 8rem;
    font-size: 12rem;
    line-height: 24rem;
    color: #fff;
  }
  .page-program-space {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    font-size: 13rem;
  }
  .page-program-space .tab {
    margin: 20rem 20rem;
    width: calc(100% - 40rem);
  }
  .page-program-space .tab__item {
    font-size: 13rem;
  }
  .page-program-space .page-content {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .page-program-space .program-space {
    margin-top: 30rem;
  }
  .page-program-space .program-space__info .cate {
    float: none;
    width: 100%;
    font-size: 16rem;
  }
  .page-program-space .program-space__info .desc {
    float: none;
    width: 100%;
  }
  .page-program-space .program-space__info .desc__title {
    font-size: 16rem;
  }
  .page-program-space .program-space__info .desc__text {
    margin-top: 0;
    font-size: 13rem;
  }
}
@media (max-width: 767px) {
  .page-program .program-search__filter .datepicker {
    width: 95rem;
  }
  .page-program .program-search__filter .datepicker input {
    margin-bottom: -15rem;
    padding-right: 24.037rem;
    width: 123.0769%;
    height: 49.3827rem;
    background-position: 93% center;
    background-size: auto 15rem;
    /* enlarge by 16/13 = 123.0769% */
    font-size: 16rem;
    letter-spacing: -2rem;
    /* scale down by 13/16 = 81% */
    -webkit-transform: scale(0.81);
            transform: scale(0.81);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .program-search__filter div:last-child .inp-group .checkbox label {
    word-wrap: break-word;
    word-break: break-all;
  }
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-program-detail .program-header__img img {
    height: auto;
  }
}
#program-schedule .program-schedule__content .program-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1rem solid #e5e5e5;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item {
  position: relative;
  padding: 32rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item.calendar {
  margin: 0;
  width: 60%;
  min-width: 792rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-head .schedule-title {
  position: relative;
  font-family: "LGSmartSB";
  font-size: 22rem;
  line-height: 1.1;
  color: #000;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-head .schedule-title .value {
  display: none;
  color: #d5295c;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item.round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding-bottom: 12rem;
  width: 40%;
  border-left: 1rem solid #e5e5e5;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: 16rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__nodata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__nodata > p {
  font-size: 16rem;
  line-height: 1.5;
  color: #999;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20rem 0;
  width: 100%;
  border-bottom: 1rem solid #e5e5e5;
  row-gap: 8rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item:last-child {
  border: none;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item:nth-last-child(-n+2) .program-info .program-round .tooltip .tooltip__cont {
  top: auto;
  bottom: 100%;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-flag > .flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40rem;
  padding: 0 6rem;
  height: 24rem;
  border-width: 1rem;
  border-style: solid;
  border-color: #333;
  border-radius: 3rem;
  font-size: 14rem;
  line-height: 1.5;
  color: #333;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-flag > .flag:not(:first-child) {
  margin-left: 4rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-flag > .flag.indivisual {
  background-color: #9046ab;
  border: 0;
  color: #fff;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-flag > .flag.group {
  background-color: #007691;
  border: 0;
  color: #fff;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 22rem;
  row-gap: 16rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  row-gap: 10rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-title {
  font-family: "LGSmartB";
  font-size: 18rem;
  line-height: 1.55;
  color: #000;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14rem;
  line-height: 1.42;
  row-gap: 8rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-info .program-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.42;
  color: #000;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-info .program-count {
  position: relative;
  margin-left: 8rem;
  padding-left: 8rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-info .program-count::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1rem;
  height: 14rem;
  background-color: #e5e5e5;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-info .program-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14rem;
  line-height: 1.42;
  color: #000;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-body .detailed-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-body .detailed-schedule .schedule-title {
  font-size: 14rem;
  line-height: 1.42;
  color: #666;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-body .detailed-schedule .schedule-info {
  margin: 0;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-body .detailed-schedule .schedule-info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-body .detailed-schedule .schedule-info .list li {
  margin: 0;
  font-size: 14rem;
  line-height: 1.42;
  color: #000;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-util .button-display .button-area .btn {
  padding: 0 18rem;
  width: 120rem;
  height: 40rem;
  font-family: "LGSmartSB";
  font-size: 14rem;
  line-height: 1.42;
  letter-spacing: -0.2rem;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-util .button-display .button-area .btn.btn__line {
  border: 1rem solid #d5295c;
  color: #d5295c;
}
#program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-func {
  display: none;
}
@media (max-width: 1280px) {
  #program-schedule .program-schedule__content .program-content__list .program-content__item {
    padding: 16rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item.calendar {
    min-width: auto;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item {
    padding: 20rem 0;
  }
}
@media (max-width: 1024px) {
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content {
    padding-right: 0;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-info .program-period {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-info .program-count {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0;
    padding: 0;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-info .program-count::before {
    display: none;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-util {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 100%;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-util .button-display .button-area .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #program-schedule .program-schedule__content .program-content__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item.calendar {
    padding: 0;
    width: 100%;
    border: 0;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item.calendar .schedule-body {
    margin-top: 20rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item.round {
    padding: 0;
    width: 100%;
    min-height: auto;
    border: 0;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item.round .schedule-body {
    margin-top: 0;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item.round .schedule-body .program__nodata {
    padding: 20rem 0 40rem;
    min-height: auto;
    border-bottom: 1rem solid #e5e5e5;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item.round .schedule-body .program__nodata p {
    font-size: 12rem;
    line-height: 1.33;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item:not(:first-child) {
    border-top: 1rem solid #e5e5e5;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item.program-contents__item--is-active .schedule-func .button-area .btn::after {
    background-image: url(/images/icon/ico-chevron-up-f37f69a4fc74610d750f1b2b85241cd7.svg);
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-head {
    padding: 20rem 0;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-head .schedule-title {
    font-size: 18rem;
    line-height: 1.33;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-head .schedule-title .value {
    display: inline-block;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body {
    display: none;
    height: auto;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16rem 0;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item:last-child {
    border-bottom: 1rem solid #e5e5e5;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content {
    padding-right: 22rem;
    row-gap: 12rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-flag .flag {
    padding: 0 5rem;
    height: 20rem;
    font-size: 11rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-title {
    font-size: 14rem;
    line-height: 1.42;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-info {
    row-gap: 6rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-info .program-period {
    font-size: 12rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-info .program-count {
    font-size: 12rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-info .program-round {
    font-size: 12rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-info .program-count {
    margin: 0;
    padding: 0;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-head .program-info .program-count::before {
    display: none;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-body .detailed-schedule {
    row-gap: 6rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-body .detailed-schedule .schedule-title {
    font-size: 12rem;
    line-height: 1.33;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-body .detailed-schedule .schedule-info .list {
    row-gap: 6rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program__content .program-body .detailed-schedule .schedule-info .list li {
    font-size: 12rem;
    line-height: 1.33;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-body .program__list .program__item .program-util .button-display .button-area .btn {
    padding: 0 12rem;
    width: 108rem;
    height: 36rem;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-func {
    position: absolute;
    top: 20rem;
    right: 0;
    display: block;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-func .button-area .btn {
    display: block;
    padding: 0;
    width: 24rem;
    height: 24rem;
    border: 0;
  }
  #program-schedule .program-schedule__content .program-content__list .program-content__item .schedule-func .button-area .btn::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(/images/icon/ico-chevron-down-462abe3a63d8deacfc9ab1270b0708ce.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
  }
}

.tbl-calendar__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40rem;
}
.tbl-calendar__title {
  font-family: "LGSmartB";
  font-size: 28rem;
  line-height: 26rem;
  color: #000;
}
.tbl-calendar__prev, .tbl-calendar__next {
  position: relative;
  display: inline-block;
  width: 26rem;
  height: 26rem;
  vertical-align: middle;
}
.tbl-calendar__prev:before, .tbl-calendar__next:before {
  position: absolute;
  top: 50%;
  width: 12rem;
  height: 12rem;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.tbl-calendar__prev.is-disabled, .tbl-calendar__next.is-disabled {
  opacity: 0.5;
  cursor: default;
}
.tbl-calendar__prev {
  margin-right: 24rem;
}
.tbl-calendar__prev::before {
  left: 50%;
  margin-left: -5rem;
  border-bottom: 2rem solid rgba(0, 0, 0, 0.4);
  border-left: 2rem solid rgba(0, 0, 0, 0.4);
}
.tbl-calendar__next {
  margin-left: 24rem;
}
.tbl-calendar__next::before {
  right: 50%;
  margin-right: -5rem;
  border-top: 2rem solid rgba(0, 0, 0, 0.4);
  border-right: 2rem solid rgba(0, 0, 0, 0.4);
}
.tbl-calendar__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16rem 0 0 0;
  font-size: 14rem;
  line-height: 1.5;
  color: #666;
}
.tbl-calendar__icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tbl-calendar__icon ul.calendar-people {
  display: none;
}
.tbl-calendar__icon ul li {
  display: inline-block;
}
.tbl-calendar__icon ul li:not(:first-child) {
  margin-left: 16rem;
}
.tbl-calendar__icon ul .ico {
  margin-right: 4rem;
  width: 20rem;
  height: 20rem;
}
.tbl-calendar__icon ul .ico__today {
  background-image: url(/images/icon/ico-today-08a3db942fbb64608cf87a43ef8c58fa.png);
}
.tbl-calendar__icon ul .ico__select {
  background-image: url(/images/icon/ico-choice-4df57ff03d478732f3cf571200299985.png);
}
.tbl-calendar__icon ul .ico__disabled {
  background-image: url(/images/icon/ico-disabled-6528f05e7a23956e59fc73185b2089b1.png);
}
.tbl-calendar__icon ul .ico__indivisual {
  background-image: url(/images/icon/ico-indivisual-04a224df37b07e158df19de5e9e88ccc.png);
}
.tbl-calendar__icon ul .ico__group {
  background-image: url(/images/icon/ico-group-239b04bd5489fb5a295010e409fd25b2.png);
}
.tbl-calendar table {
  margin-top: 16rem;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.tbl-calendar table th {
  height: 56rem;
  font-family: "LGSmartSB";
  font-size: 16rem;
  line-height: 1.5;
  color: #999;
}
.tbl-calendar table td {
  height: 88rem;
}
.tbl-calendar table th,
.tbl-calendar table td {
  vertical-align: middle;
}
.tbl-calendar table th .content,
.tbl-calendar table td .content {
  margin-top: 5rem;
  font-size: 12rem;
}
.tbl-calendar table thead th {
  border-bottom: 1rem solid #000;
}
.tbl-calendar table td {
  padding: 4rem 8rem 8rem;
  border: 1rem solid #dfdfdf;
}
.tbl-calendar table td:first-child {
  border-left: 0;
}
.tbl-calendar table td:last-child {
  border-right: 0;
}

.tbl-calendar .date__default {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tbl-calendar .date__num {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "LGSmartSB";
  font-size: 16rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.tbl-calendar .date__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  font-family: "LGSmartL";
  font-size: 16rem;
  line-height: 1.5;
  color: #d5295c;
  text-align: right;
  word-break: inherit;
}
.tbl-calendar .date__customer {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  width: 100%;
}
.tbl-calendar .date__customer .indivisual,
.tbl-calendar .date__customer .group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(50% - 2rem);
}
.tbl-calendar .date__customer .indivisual span,
.tbl-calendar .date__customer .group span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3rem;
  font-family: "LGSmart";
  font-size: 14rem;
  line-height: 1.42;
}
.tbl-calendar .date__customer .indivisual span {
  background-color: #9046ab;
  color: #fff;
}
.tbl-calendar .date__customer .group span {
  background-color: #007691;
  color: #fff;
}
.tbl-calendar .date.holiday .date__num, .tbl-calendar .date.holiday .date__text {
  color: #d5295c;
}
.tbl-calendar .date.close-day .date__num, .tbl-calendar .date.close-day .date__text {
  color: #d5295c;
}
.tbl-calendar .date.close-day .date__text {
  font-family: "LGSmartL";
  font-size: 16rem;
}
.tbl-calendar .date.today {
  position: relative;
  background-color: rgba(213, 40, 93, 0.08);
}
.tbl-calendar .date.today .date__num {
  color: #000;
}
.tbl-calendar .date.today .date__num::before {
  display: block;
  background-color: #d5295c;
}
.tbl-calendar .date.active {
  position: relative;
}
.tbl-calendar .date.active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  outline: 1rem solid #d5295c;
  content: "";
}
.tbl-calendar .date.active .date__num::before {
  display: block;
}
.tbl-calendar .date.other-month .date__num, .tbl-calendar .date.other-month .date__text {
  opacity: 0.5;
}
.tbl-calendar .date.other-month .date__num,
.tbl-calendar .date.other-month .date__text {
  color: #b2b2b2;
}
.tbl-calendar .date.other-month.holiday .date__num, .tbl-calendar .date.other-month.holiday .date__text {
  color: rgba(213, 41, 92, 0.5);
}
.tbl-calendar .date.disabled {
  background-color: #f6f6f6;
  color: #999;
}
.tbl-calendar .date.disabled .date__default {
  cursor: default;
}
.tbl-calendar .date.disabled .date__num,
.tbl-calendar .date.disabled .date__text {
  opacity: 0.5;
  font-family: "LGSmartB";
  color: #999;
}
.tbl-calendar .date.disabled.holiday .date__num, .tbl-calendar .date.disabled.holiday .date__text {
  color: rgba(213, 41, 92, 0.6);
}
.tbl-calendar .date.disabled.other-month .date__num, .tbl-calendar .date.disabled.other-month .date__text {
  opacity: 0.5;
  font-family: "LGSmartB";
  color: #999;
}

@media (max-width: 1240px) {
  .tbl-calendar .date__customer {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
  }
  .tbl-calendar .date__customer .indivisual,
  .tbl-calendar .date__customer .group {
    max-width: calc(50% - 1rem);
    min-width: 36rem;
  }
}
@media (max-width: 1024px) {
  .modal-calendar .tbl-calendar .date__num {
    width: 20rem;
    height: 20rem;
    font-size: 14rem;
    line-height: 1;
  }
  .modal-calendar .tbl-calendar table td {
    padding: 6rem;
    height: 56rem;
  }
  .modal-calendar .tbl-calendar table td .date__default .date__text {
    font-size: 14rem;
    line-height: 1.14;
  }
  .modal-calendar .tbl-calendar table td .date__default .date__customer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal-calendar .tbl-calendar table td .date__default .date__customer .indivisual,
  .modal-calendar .tbl-calendar table td .date__default .date__customer .group {
    max-width: 42rem;
  }
  .modal-calendar .tbl-calendar__icon ul .ico {
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 767px) {
  .tbl-calendar table thead th {
    height: 32rem;
    font-size: 12rem;
    line-height: 1.33;
  }
  .tbl-calendar table tbody td {
    padding: 4rem;
    height: 48rem;
  }
  .tbl-calendar table tbody td.date.close-day .date__text {
    font-size: 11rem;
  }
  .tbl-calendar table tbody td .date__num {
    font-size: 11rem;
  }
  .tbl-calendar table tbody td .date__text {
    font-size: 11rem;
    line-height: 1.45;
  }
  .tbl-calendar table tbody td .date__customer .indivisual,
  .tbl-calendar table tbody td .date__customer .group {
    max-width: 30rem;
    min-width: auto;
  }
  .tbl-calendar table tbody td .date__customer .indivisual span,
  .tbl-calendar table tbody td .date__customer .group span {
    height: 16rem;
    font-size: 11rem;
  }
  .tbl-calendar .tbl-calendar__icon {
    margin: 16rem 0 20rem;
    font-size: 12rem;
  }
  .tbl-calendar .tbl-calendar__icon ul li:not(:first-child) {
    margin-left: 12rem;
  }
  .tbl-calendar .tbl-calendar__icon ul li .ico {
    margin-right: 2rem;
    width: 18rem;
    height: 18rem;
  }
}
.page-integrated-search {
  padding-right: 0;
  padding-bottom: 70rem;
  padding-left: 0;
  max-width: 100%;
  font-size: 16rem;
}
.page-integrated-search .integrated-search {
  padding: 75rem 20rem 60rem;
}
.page-integrated-search .integrated-search .page-title {
  margin-top: 0;
  margin-bottom: 25rem;
}
.page-integrated-search .integrated-search__total {
  margin-top: 70rem;
  font-size: 28rem;
  text-align: center;
}
.page-integrated-search .tab__type2 {
  margin: 52rem auto 0;
  padding-right: 30rem;
  padding-left: 30rem;
  max-width: 1560rem;
}
.page-integrated-search .page-content {
  margin: 0 auto;
  padding-top: 0;
  padding-right: 30rem;
  padding-left: 30rem;
  max-width: 1560rem;
}
.page-integrated-search .page-content strong.point-color {
  font-family: "LGSmartB";
}
.page-integrated-search .page-content .page-tab-content {
  display: block;
}
.page-integrated-search .page-content .page-tab-content.is-hide {
  display: none;
}
.page-integrated-search .page-content .page-tab-content.is-tab-active {
  margin-top: 45rem;
}
.page-integrated-search .page-content .is-hide {
  display: none;
}
.page-integrated-search .board-top {
  padding-bottom: 5rem;
  border-bottom: 1rem solid #000;
}
.page-integrated-search .board-top + .heading__h4 {
  margin-top: 25rem;
}
.page-integrated-search .heading__h4 {
  margin-top: 70rem;
  font-family: "LGSmartB";
  font-size: 20rem;
}
.page-integrated-search .search-nodata {
  padding: 40rem 0;
  font-size: 18rem;
  text-align: center;
}
.page-integrated-search .btn__more {
  width: 300rem;
}
.page-integrated-search .page-program {
  margin-top: 45rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: inherit;
}
.page-integrated-search .page-education {
  margin-top: 110rem;
}
.page-integrated-search .page-education .board {
  margin-top: 20rem;
}
.page-integrated-search .page-faq {
  margin-top: 110rem;
}
.page-integrated-search .page-faq .faq {
  margin-top: 0;
  border-top: 0;
}
.page-integrated-search .page-notice {
  margin-top: 110rem;
}
.page-integrated-search .board__notice .board__item {
  padding: 35rem 20rem;
  border-bottom: 1rem solid #eaeaea;
}
.page-integrated-search .board__notice .board__item:hover {
  text-decoration: underline;
}
.page-integrated-search .board__notice .board__title {
  font-family: "LGSmartSB";
  font-size: 20rem;
  color: #000;
}
.page-integrated-search .board__notice .board__desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 10rem;
  line-height: 30rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

@media (max-width: 1280px) {
  .page-integrated-search.container:not(.wide) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .page-integrated-search .integrated-search {
    padding: 30rem 20rem 20rem;
  }
}
@media (max-width: 767px) {
  .page-integrated-search .integrated-search {
    padding: 30rem 20rem 20rem;
  }
  .page-integrated-search .integrated-search__total {
    margin-top: 40rem;
    font-size: 18rem;
  }
  .page-integrated-search .tab__type2 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 30rem;
    padding-right: 0;
    padding-left: 0;
  }
  .page-integrated-search .tab__type2 .tab__item {
    margin: 0;
    padding: 10rem 10rem;
    width: 100%;
    background-color: #fff;
    border-right: 0;
    border-bottom: 1rem solid #eaeaea;
    border-left: 0;
    font-size: 13rem;
    line-height: 24rem;
  }
  .page-integrated-search .tab__type2 .tab__item.is-active {
    background-color: #fff;
    border-right: 0;
    border-bottom-color: #d5295c;
    border-left: 0;
    font-family: "LGSmartB";
    color: #d5295c;
  }
  .page-integrated-search .page-content {
    padding-right: 20rem;
    padding-left: 20rem;
    font-size: 13rem;
  }
  .page-integrated-search .board-top + .heading__h4 {
    margin-top: 15rem;
  }
  .page-integrated-search .heading__h4 {
    margin-top: 30rem;
    font-size: 13rem;
  }
  .page-integrated-search .search-nodata {
    padding: 25rem 0;
    font-size: 16rem;
  }
  .page-integrated-search .btn__more {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
  }
  .page-integrated-search .btn__more::after {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border-right: 1rem solid #000;
    border-bottom: 1rem solid #000;
    content: "";
    -webkit-transform: rotate(45deg) translate(5rem, -10rem);
            transform: rotate(45deg) translate(5rem, -10rem);
  }
  .page-integrated-search .page-program {
    margin-top: 25rem;
    padding-top: 0 !important;
    font-size: inherit;
  }
  .page-integrated-search .page-program .heading:not(:first-of-type) {
    padding-top: 30rem;
    border-top: 1rem solid #eaeaea;
  }
  .page-integrated-search .page-education,
  .page-integrated-search .page-faq,
  .page-integrated-search .page-notice {
    position: relative;
    margin-top: 40rem;
    padding-top: 40rem;
  }
  .page-integrated-search .page-education::before,
  .page-integrated-search .page-faq::before,
  .page-integrated-search .page-notice::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 40rem);
    height: 10rem;
    background-color: #f7f7f7;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-integrated-search .page-content .page-tab-content.is-tab-active {
    margin-top: 25rem;
    padding-top: 0;
  }
  .page-integrated-search .page-content .page-tab-content.is-tab-active::before {
    display: none;
  }
  .page-integrated-search .page-content .page-[class="*"]:only-child {
    margin-top: 25rem;
    padding-top: 0;
  }
  .page-integrated-search .page-content .page-[class="*"]:only-child::before {
    display: none;
  }
  .page-integrated-search .page-education .board {
    margin-top: 20rem;
  }
  .page-integrated-search .board__notice .board__item {
    padding: 15rem 0;
  }
  .page-integrated-search .board__notice .board__title {
    font-size: 16rem;
  }
  .page-integrated-search .board__notice .board__desc {
    margin-top: 5rem;
    line-height: 20rem;
  }
}
.spinner {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  content: "";
}

.spinner__inner {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 50rem;
  height: 50rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.spinner__inner div {
  -webkit-transform-origin: 25rem 25rem;
          transform-origin: 25rem 25rem;
  -webkit-animation: spinner 0.8s linear infinite;
          animation: spinner 0.8s linear infinite;
}
.spinner__inner div::after {
  position: absolute;
  top: 0;
  left: 23rem;
  display: block;
  width: 4rem;
  height: 12rem;
  background-color: #d5295c;
  border-radius: 50rem;
  content: " ";
}
.spinner__inner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.spinner__inner div:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.spinner__inner div:nth-child(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.spinner__inner div:nth-child(4) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.spinner__inner div:nth-child(5) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.spinner__inner div:nth-child(6) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.spinner__inner div:nth-child(7) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.spinner__inner div:nth-child(8) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.error-page {
  padding-top: 150rem;
  text-align: center;
}
.error-page .error__img {
  margin-bottom: 45rem;
}
.error-page .error__text {
  margin-bottom: 15rem;
  font-size: 38rem;
  color: #000;
}
.error-page .error__desc {
  line-height: 30rem;
}
.error-page .btn-wrap {
  margin-top: 75rem;
}

@media (max-width: 767px) {
  .error-page {
    padding-top: 60rem;
  }
  .error-page .error__img {
    margin-bottom: 30rem;
  }
  .error-page .error__text {
    margin-bottom: 5rem;
    font-size: 24rem;
  }
  .error-page .error__desc {
    line-height: 20rem;
  }
  .error-page .btn-wrap {
    margin-top: 30rem;
  }
}
.page-email-refusal {
  text-align: center;
}
.page-email-refusal .email-refusal__title {
  font-size: 48rem;
  color: #000;
}
.page-email-refusal .email-refusal__title strong {
  font-family: "LGSmartB";
}
.page-email-refusal .panel-type1 {
  margin-top: 60rem;
  padding-top: 90rem;
  padding-bottom: 90rem;
  background-color: #f4f2f3;
}
.page-email-refusal .email-refusal__text1 {
  padding-top: 90rem;
  background: url("/images/icon/ico-email-refusal-70bf026298f22192e10847ff809949db.png") no-repeat center top;
  font-family: "LGSmartSB";
}
.page-email-refusal .email-refusal__text2 {
  margin-top: 4rem;
  font-family: "LGSmartSB";
  color: #262858;
}

@media (max-width: 1024px) {
  .page-email-refusal .email-refusal__title {
    font-size: 40rem;
  }
}
@media (max-width: 767px) {
  .page-email-refusal .email-refusal__title {
    font-size: 30rem;
  }
  .page-email-refusal .email-refusal__title strong {
    display: block;
  }
  .page-email-refusal .panel-type1 {
    margin-top: 35rem;
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  .page-email-refusal .email-refusal__text1 {
    padding-top: 70rem;
    background-size: 100rem auto;
  }
}
.page-introduction {
  position: relative;
  z-index: 10;
  padding: 110rem 0 0;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
.page-introduction .breadcrumbs {
  margin: 10rem auto 0;
  padding: 0 30rem;
  max-width: 1560rem;
}
.page-introduction .introduction {
  padding: 0 0 160rem;
}
.page-introduction .introduction__link {
  font-size: 20rem;
  font-weight: 500;
}
.page-introduction .introduction__link::after {
  display: inline-block;
  margin-left: 10rem;
  width: 34rem;
  height: 34rem;
  background: url("/images/icon/ico-arrow-introduction-5ae7ef5a398a1f9049c2ed3bc25860f4.png") #d5194e no-repeat center;
  border-radius: 50%;
  vertical-align: middle;
  content: "";
}
/*.page-introduction .introduction__intro {
  padding: 113rem 0 160rem;
  background: url("/images/main-program-bg01-410b166e365c6b31d111afc3c873b0af.jpg") no-repeat left 1815rem;
}*/
.page-introduction .introduction__intro {background: url("/images/main-program-bg01-410b166e365c6b31d111afc3c873b0af.jpg") no-repeat left 1970rem;}
.page-introduction .introduction__intro:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: "";
}
.page-introduction .introduction__intro .intro__title {
  position: relative;
  z-index: 1;
  margin-bottom: 50rem;
  opacity: 0;
  font-family: "LGSmartB";
  font-size: 120rem;
  line-height: 1.083;
  color: #111;
  text-align: center;
  letter-spacing: -0.05em;
}
.page-introduction .introduction__intro .intro__video {
  position: relative;
  margin: 0 auto;
  max-width: 1500rem;
}
.page-introduction .introduction__intro .intro__video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}
.page-introduction .introduction__intro .intro__video video {
  display: block;
  width: 100%;
  height: auto;
}
.page-introduction .introduction__intro .intro__video .intro__video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 144rem;
  height: 144rem;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-introduction .introduction__intro .intro__video .intro__video__play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14rem;
  height: 17rem;
  background: #d5295c;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url("/images/ico-visual-play-6be1029801b7a53545ccfb500ee7c7b6.svg") no-repeat center;
          mask: url("/images/ico-visual-play-6be1029801b7a53545ccfb500ee7c7b6.svg") no-repeat center;
}
.page-introduction .introduction__intro .intro__video .intro__video__play.playing {
  display: none;
}
.page-introduction .introduction__intro .intro__desc {
  margin: 155rem auto 0;
  padding: 0 30rem;
  max-width: 1560rem;
  font-size: 36rem;
  line-height: 1.527;
  color: #666;
  text-align: right;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__intro .intro__desc strong {
  display: block;
  margin-bottom: 7rem;
  font-family: "LGSmartB";
  font-size: 80rem;
  color: #111;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__intro .intro__typography {
  overflow: hidden;
  padding-top: 555rem;
}
.page-introduction .introduction__intro .intro__typography span {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "LGSmartB";
  font-size: 260rem;
  line-height: 1.2;
  color: #e7e7e7;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
.page-introduction .introduction__ai .ai__title {
  margin: 0 auto;
  padding: 0 30rem 0 7%;
  max-width: 1560rem;
  font-family: "LGSmartB";
  font-size: 80rem;
  line-height: 1.375;
  color: #111;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__ai .ai__title span {
  font-family: "LGSmartL";
}
.page-introduction .introduction__ai .ai__desc {
  margin: 97rem auto 0;
  padding: 0 30rem 0 22.5%;
  max-width: 1560rem;
  font-size: 26rem;
  line-height: 1.538;
  color: #111;
  letter-spacing: -0.08em;
}
.page-introduction .introduction__ai .ai__point {
  position: relative;
  margin: 62rem auto 0;
  padding: 0 30rem 84rem 22.5%;
  max-width: 1560rem;
  font-family: "LGSmartSB";
  font-size: 30rem;
  line-height: 1.555;
  color: #000;
  letter-spacing: -0.08em;
}
.page-introduction .introduction__ai .ai__point strong {
  display: inline-block;
  margin-right: -7rem;
  padding: 7rem 8rem 3rem 4rem;
  background: #d5295c;
  line-height: 1;
  color: #fff;
}
.page-introduction .introduction__ai .ai__point__link {
  display: block;
  margin-top: 40rem;
}
.page-introduction .introduction__ai .ai__image {
  position: relative;
  width: 100%;
  height: calc(100vh - 110rem);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page-introduction .introduction__ai .ai__image.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.page-introduction .introduction__ai .ai__blend-image {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.page-introduction .introduction__ai .ai__blend-image img {
  position: absolute;
  top: 54%;
  left: 50%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-introduction .introduction__ai .ai__slider__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1000rem;
  height: 1000rem;
  border: 1rem solid #e5e5e5;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-introduction .introduction__ai .ai__slider__circle.show {
  opacity: 1;
}
.page-introduction .introduction__ai .ai__slider {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-introduction .introduction__ai .ai__slider .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page-introduction .introduction__ai .ai__slider .swiper-slide {
  overflow: hidden;
  background: #ccc no-repeat center;
  border-radius: 50%;
  font-family: "LGSmartB";
  font-size: 90rem;
  line-height: 800rem;
  color: #fff;
  text-align: center;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__ai .ai__slider .swiper-slide span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.page-introduction .introduction__ai .ai__slider .swiper-slide.slider-01 {
  background-image: url("/images/introduction/introduction-slider-01-c5ec300d1513dfa11a739ca5792ac4bb.jpg");
}
.page-introduction .introduction__ai .ai__slider .swiper-slide.slider-02 {
  background-image: url("/images/introduction/introduction-slider-02-4811de5ea7c7e3265b235be28dc4b3c0.jpg");
}
.page-introduction .introduction__ai .ai__slider .swiper-slide.slider-03 {
  background-image: url("/images/introduction/introduction-slider-03-bad02c8d730336e87517751c242e295e.jpg");
}
.page-introduction .introduction__ai .ai__slider .swiper-slide.slider-04 {
  background-image: url("/images/introduction/introduction-slider-04-9f54e00e9c3441d83c666144c0dc0cba.jpg");
}
.page-introduction .introduction__ai .ai__slider .swiper-slide.slider-05 {
  background-image: url("/images/introduction/introduction-slider-05-869b00eda94e3f580ba5674277a157cb.jpg");
}
.page-introduction .introduction__ai .ai__slider .slider__pagination {
  display: block;
  margin-top: 30rem;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-introduction .introduction__ai .ai__slider .slider__pagination .swiper-pagination-bullet {
  margin: 0 4rem;
  width: 8rem;
  height: 8rem;
  background: #e5e5e5;
  opacity: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.page-introduction .introduction__ai .ai__slider .slider__pagination .swiper-pagination-bullet-active {
  width: 30rem;
  background: #d5295c;
  border-radius: 4rem;
}
.page-introduction .introduction__ai .ai__slider .slider__control {
  position: absolute;
  top: 50%;
  margin-top: -5rem;
  width: 109rem;
  height: 10rem;
  opacity: 0;
  font-size: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-introduction .introduction__ai .ai__slider .slider__control--prev {
  left: -250rem;
  background: url("/images/icon/ico-slide-prev-4c81f828730197a2f2184f4168f926bd.png") no-repeat center;
}
.page-introduction .introduction__ai .ai__slider .slider__control--next {
  right: -250rem;
  background: url("/images/icon/ico-slide-next-fd93d41d086b8c88d85d8cb814fb8600.png") no-repeat center;
}
.page-introduction .introduction__ai .ai__slider.show .slider__pagination,
.page-introduction .introduction__ai .ai__slider.show .slider__control {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.page-introduction .introduction__ai-edu {
  padding-top: 200rem;
}
.page-introduction .introduction__ai-edu .ai-edu__title {
  margin: 0 auto;
  padding: 0 30rem 0 7%;
  max-width: 1560rem;
  font-family: "LGSmartB";
  font-size: 80rem;
  line-height: 1.375;
  color: #111;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__ai-edu .ai-edu__title span {
  font-family: "LGSmartL";
}
.page-introduction .introduction__ai-edu .ai-edu__desc {
  margin: 97rem auto 0;
  padding: 0 30rem 0 22.5%;
  max-width: 1560rem;
  font-size: 26rem;
  line-height: 1.538;
  color: #111;
  letter-spacing: -0.08em;
}
.page-introduction .introduction__ai-edu .ai-edu__desc strong {
  color: #d5194e;
}
.page-introduction .introduction__ai-edu .ai-edu__desc-2nd {
  margin: 25rem auto 0;
  padding: 0 30rem 0 22.5%;
  max-width: 1560rem;
  font-size: 26rem;
  line-height: 1.538;
  color: #111;
  letter-spacing: -0.08em;
}
.page-introduction .introduction__ai-edu .ai-edu__desc-2nd strong {
  color: #d5194e;
}
.page-introduction .introduction__ai-edu .ai-edu__point {
  position: relative;
  margin: 62rem auto 0;
  padding: 0 30rem 135rem 22.5%;
  max-width: 1560rem;
  font-family: "LGSmartSB";
  font-size: 30rem;
  line-height: 1.555;
  color: #000;
  letter-spacing: -0.08em;
}
.page-introduction .introduction__ai-edu .ai-edu__point strong {
  display: inline-block;
  margin-right: -7rem;
  padding: 7rem 8rem 3rem 4rem;
  background: #d5295c;
  line-height: 1;
  color: #fff;
}
.page-introduction .introduction__ai-edu .ai-edu__slider .swiper-container {
  margin: 0 auto;
  max-width: 1500rem;
}
.page-introduction .introduction__ai-edu .ai-edu__slider .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.page-introduction .introduction__possibility {
  padding: 300rem 0 260rem;
}
.page-introduction .introduction__possibility .possibility__title {
  margin: 0 auto;
  padding: 0 30rem 0 7%;
  max-width: 1560rem;
  font-family: "LGSmartB";
  font-size: 80rem;
  line-height: 1.375;
  color: #111;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__possibility .possibility__title span {
  font-family: "LGSmartL";
}
.page-introduction .introduction__possibility .possibility__desc {
  margin: 97rem auto 0;
  padding: 0 100rem 0 22.5%;
  max-width: 1560rem;
  font-size: 26rem;
  line-height: 1.538;
  color: #111;
  letter-spacing: -0.08em;
}
.page-introduction .introduction__possibility .possibility__point {
  position: relative;
  margin: 62rem auto 0;
  padding: 0 30rem 84rem 22.5%;
  max-width: 1560rem;
  font-family: "LGSmartSB";
  font-size: 30rem;
  line-height: 1.555;
  color: #000;
  letter-spacing: -0.08em;
}
.page-introduction .introduction__possibility .possibility__point strong {
  display: inline-block;
  margin-right: -7rem;
  padding: 7rem 8rem 3rem 4rem;
  background: #d5295c;
  line-height: 1;
  color: #fff;
}
.page-introduction .introduction__possibility .possibility__slider .swiper-container .slider__pagination {
  display: none;
}
.page-introduction .introduction__possibility .possibility__slider .swiper-container img {
  width: 100%;
}
.page-introduction .introduction__edu {
  overflow: hidden;
}
.page-introduction .introduction__edu .edu__title {
  position: relative;
  z-index: 1;
  padding-bottom: 95rem;
  font-family: "LGSmartB";
  font-size: 80rem;
  line-height: 1.375;
  color: #111;
  text-align: center;
  letter-spacing: -0.06em;
}
.page-introduction .introduction__edu .edu__title span {
  font-family: "LGSmartL";
}
.page-introduction .introduction__edu .edu__image-blend {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 110rem);
  background: #000;
}
.page-introduction .introduction__edu .edu__image-blend.fixed {
  position: fixed;
  top: 110rem;
  left: 0;
}
.page-introduction .introduction__edu .edu__image-blend .edu__text {
  position: absolute;
  z-index: 10;
  padding: 0 30rem;
  width: 100%;
  opacity: 0;
  text-align: center;
}
.page-introduction .introduction__edu .edu__image-blend .edu__text__title {
  position: relative;
  margin-bottom: 60rem;
  padding-bottom: 110rem;
  font-family: "LGSmartSB";
  font-size: 20rem;
  color: #fff;
}
.page-introduction .introduction__edu .edu__image-blend .edu__text__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1rem;
  height: 60rem;
  background: #fff;
  content: "";
}
.page-introduction .introduction__edu .edu__image-blend .edu__text__desc {
  font-family: "LGSmartSB";
  font-size: 36rem;
  color: #fff;
  letter-spacing: -0.06em;
}
/*.page-introduction .introduction__directions {
  padding: 266rem 30rem 0;
}*/
.page-introduction .introduction__intro .intro__desc span.txt-ty02 {display: block; font-weight: 400; font-size: 24px; line-height: 32px; padding-top: 80px;}

.page-introduction .introduction__directions {padding-top: 0 !important;}

.page-introduction .introduction__directions .directions {
  margin: 0 auto;
  max-width: 1280rem;
}
.page-introduction .introduction__directions .directions:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: "";
}
.page-introduction .introduction__directions .directions__title {
  font-family: "LGSmartB";
  font-size: 60rem;
  line-height: 1.5;
  color: #111;
  text-align: center;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__directions .directions__item {
  float: left;
  width: 43.75%;
}
.page-introduction .introduction__directions .directions__item:before {
  display: block;
  padding-bottom: 110.714%;
  width: 100%;
  background: no-repeat center bottom;
  background-size: cover;
  content: "";
}
.page-introduction .introduction__directions .directions__item__title {
  margin: 75rem 0 0 10%;
  font-family: "LGSmartB";
  font-size: 80rem;
  line-height: 1;
  color: #000;
  text-align: left;
}
.page-introduction .introduction__directions .directions__item__link {
  font-size: 0;
}
.page-introduction .introduction__directions .directions__item__address {
  margin: 10rem 0 35rem;
  margin-left: 10%;
  font-family: "LGSmartB";
  font-size: 18rem;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__directions .directions__item__e-mail {
  margin-left: 10%;
  font-family: "LGSmartB";
  font-size: 18rem;
  line-height: 1.8;
  color: #116bda;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__directions .directions__item__e-mail a {
  border-bottom: 2rem solid;
}
.page-introduction .introduction__directions .directions__item__tel {
  margin-left: 10%;
  font-family: "LGSmartB";
  font-size: 18rem;
  line-height: 1.8;
  letter-spacing: -0.07em;
}
.page-introduction .introduction__directions .directions__item .btn {
  margin-left: 10%;
}
.page-introduction .introduction__directions .directions__seoul {
  margin-top: 105rem;
}
.page-introduction .introduction__directions .directions__seoul:before {
  background-image: url("/images/introduction/introduction-direction-seoul-new-ca303c0a17d53007f319ba3b81e3688c.jpg");
}
.page-introduction .introduction__directions .directions__seoul .directions__item__link {
  margin-left: -8rem;
}
.page-introduction .introduction__directions .directions__busan {
  float: right;
  margin-top: 185rem;
}
.page-introduction .introduction__directions .directions__busan:before {
  background-image: url("/images/introduction/introduction-direction-busan-new-5e8aaa81961b937be32601aef4aa5539.jpg");
}
.page-introduction .introduction__directions .directions__busan .directions__item__link {
  margin-left: -22rem;
}
.page-introduction .introduction__directions .directions__link {
  font-size: 0;
}
.page-introduction .introduction__directions .directions__link::after {
  display: inline-block;
  margin-left: 10rem;
  width: 34rem;
  height: 34rem;
  background: url("/images/icon/ico-arrow-introduction-5ae7ef5a398a1f9049c2ed3bc25860f4.png") #d5194e no-repeat center;
  border-radius: 50%;
  content: "";
}

.page-introduction-region {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
.page-introduction-region .breadcrumbs {
  margin: 10rem auto 0;
  padding: 0 30rem;
  max-width: 1560rem;
}
.page-introduction-region .introduction-visual {
  position: relative;
  overflow: hidden;
}
.page-introduction-region .introduction-visual .swiper-slide img {
  margin: 0 auto;
}
.page-introduction-region .introduction-visual .slider__pagination {
  position: absolute;
  z-index: 10;
  bottom: 20rem;
  left: 50%;
  text-align: center;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.page-introduction-region .introduction-visual .slider__pagination .swiper-pagination-bullet {
  margin: 0 4rem;
  width: 8rem;
  height: 8rem;
  background: #e5e5e5;
  opacity: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.page-introduction-region .introduction-visual .slider__pagination .swiper-pagination-bullet-active {
  width: 30rem;
  background: #d5295c;
  border-radius: 4rem;
}
.page-introduction-region .introduction-region {
  margin: 120rem auto 0;
  padding: 0 30rem;
  max-width: 1340rem;
}
.page-introduction-region .introduction-region__title {
  margin-bottom: 40rem;
  font-family: "LGSmartB";
  font-size: 42rem;
  line-height: 1.333;
  color: #000;
  letter-spacing: -0.07em;
}
.page-introduction-region .introduction-region .btn.btn__large {
  padding: 11rem 20rem;
}
.page-introduction-region .introduction-region__desc {
  margin-top: 95rem;
  font-size: 18rem;
  line-height: 1.666;
  color: #666;
}
.page-introduction-region .introduction-region__desc + .introduction-region__desc {
  margin-top: 30rem;
}
.page-introduction-region .introduction-region__pic {
  margin-top: 90rem;
}
.page-introduction-region .introduction-region__pic:after {
  display: block;
  clear: both;
  content: "";
}
.page-introduction-region .introduction-region__pic .pic__item img {
  width: 100%;
  height: auto;
}
.page-introduction-region .introduction-region__pic .pic__item:first-child {
  float: left;
  margin-top: 0;
  width: 62.5%;
}
.page-introduction-region .introduction-region__pic .pic__item:nth-child(n+1):nth-child(n+2) {
  float: right;
  width: 36%;
}
.page-introduction-region .introduction-region__pic .pic__item:last-child {
  margin-top: 20rem;
}

.bx-e-cont-n01 {max-width: 1560rem; padding: 0 30rem 0 7%; margin: 0 auto;}
.bx-e-cont-n01 .tx01 {font-family: 'LG Smart_H2.0'; font-weight: 700; font-size: 74.8px; color: #E50060; line-height: 80px /*110px*/;}
.bx-e-cont-n01 .inner-bx {padding: 50px 0 0 0; display: flex; row-gap: 100px; flex-direction: column;}
.bx-e-cont-n01 .inner-bx dl {padding-bottom: 80px;}
.bx-e-cont-n01 .inner-bx dt {font-family: 'LG Smart_H2.0'; font-weight: 700; font-size: 48px; color: #111; line-height: 64px /*110px*/;}
.bx-e-cont-n01 .inner-bx dd {font-family: 'LG Smart_H2.0'; font-weight: 600; font-size: 36px; color: #111; line-height: 68px /*40px*/;}
.bx-e-cont-n01 .inner-bx .btm-tx {font-family: 'LG Smart_H2.0'; font-weight: 400; font-size: 28px; color: #111; line-height: 46px; padding-top: 80px; display: flex; row-gap: 60px; flex-direction: column;}
.video-container {position: relative; height: 0; padding-bottom: 56.25%; overflow: hidden;}
.video-container iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

@media (max-width: 1024px) {
  .page-introduction {
    padding-right: 0;
    padding-left: 0;
  }
  .page-introduction .introduction {
    padding: 30rem 0 80rem;
  }
  .page-introduction .introduction__intro {
    padding-top: 0;
    background-position: 0 68%;
  }
  .page-introduction .introduction__intro .intro__title {
    padding: 0 20rem;
    font-size: 90rem;
  }
  .page-introduction .introduction__intro .intro__title .pc-block {
    display: block;
  }
  .page-introduction .introduction__intro .intro__title .mo-block {
    display: none;
  }
  .page-introduction .introduction__intro .intro__typography {
    padding-top: 655rem;
  }
  .page-introduction .introduction__ai .ai__title {
    padding-left: 20rem;
  }
  .page-introduction .introduction__ai .ai__point {
    padding-left: 20%;
  }
  .page-introduction .introduction__ai .ai__desc {
    padding-left: 20%;
  }
  .page-introduction .introduction__ai .ai__point__link {
    left: 20%;
  }
  .page-introduction .introduction__ai .ai__image {
    height: calc(100vh - 56rem);
  }
  .page-introduction .introduction__ai .ai__blend-image img {
    top: 50%;
    max-width: 100%;
  }
  .page-introduction .introduction__ai .ai__slider .swiper-slide.slider-01 {
    background-image: url("/images/introduction/introduction-slider-01-mo-da89830c242ff3f182e895bbc9c0d3aa.jpg");
  }
  .page-introduction .introduction__ai .ai__slider .swiper-slide.slider-02 {
    background-image: url("/images/introduction/introduction-slider-02-mo-8c403224b30407b95dcdc4238be77916.jpg");
  }
  .page-introduction .introduction__ai .ai__slider .swiper-slide.slider-03 {
    background-image: url("/images/introduction/introduction-slider-03-mo-7e20107b201b48e267ead6cc127798b9.jpg");
  }
  .page-introduction .introduction__ai .ai__slider .swiper-slide.slider-04 {
    background-image: url("/images/introduction/introduction-slider-04-mo-058cfdec29f1dc4ef18f0162bcb6b67c.jpg");
  }
  .page-introduction .introduction__ai .ai__slider .slider__control {
    z-index: 10;
    top: auto;
    bottom: -46rem;
    margin-top: 0;
  }
  .page-introduction .introduction__ai .ai__slider .slider__control--prev {
    left: 0;
  }
  .page-introduction .introduction__ai .ai__slider .slider__control--next {
    right: 0;
  }
  .page-introduction .introduction__edu .edu__image-blend {
    height: calc(100vh - 56rem);
  }
  .page-introduction .introduction__directions {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .page-introduction .introduction__directions .directions {
    margin: 100rem -20rem 0 0;
  }
  .page-introduction .introduction__directions .directions__item {
    float: none;
    margin: 0;
    padding: 0 20rem 0 0;
    width: 100%;
    background-size: 100% 180rem;
  }
  .page-introduction .introduction__directions .directions__item + .directions__item {
    margin-top: 60rem;
  }
  .page-introduction .introduction__directions .directions__item:before {
    margin-right: -20rem;
    padding-bottom: 55.102%;
    width: auto;
  }
  .page-introduction .introduction__directions .directions__item__title {
    margin: 36rem 0 0 0;
    height: auto;
    background: none !important;
    font-family: "LGSmartB";
    font-size: 40rem;
    color: #000;
  }
  .page-introduction .introduction__directions .directions__item__link {
    margin: 0 !important;
  }
  .page-introduction .introduction__directions .directions__item__address {
    margin: 10rem 0 25rem;
    font-size: 14rem;
    color: #111;
  }
  .page-introduction .introduction__directions .directions__item .btn {
    margin: 0 20rem 0 0;
    width: 100%;
    font-size: 13rem;
  }
  .page-introduction .introduction__directions .directions__seoul:before {
    background-image: url(/images/introduction/introduction-direction-seoul-new-mo-6b1f394294ddd7eafa6f9d30b5ff1a1c.jpg);
  }
  .page-introduction .introduction__directions .directions__busan:before {
    background-image: url(/images/introduction/introduction-direction-busan-new-mo-17aad8cd19f0cb579128c8ee7c8fecf0.jpg);
  }
  .page-introduction-region .page-content {
    padding-top: 0;
  }
  .page-introduction-region .introduction-region {
    padding: 0 20rem;
  }
  .page-introduction-region .introduction-region__pic .pic__item {
    float: none !important;
    margin-top: 20rem;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .page-introduction .introduction__link {
    width: 300rem;
    height: 50rem;
  }
  /*.page-introduction .introduction__intro {
    padding-bottom: 50rem;
    background-position: 0 77%;
    background-size: 250rem 60rem;
  }*/
  .page-introduction .introduction__intro {padding-bottom: 50rem; background-position: 0 77%; background-size: 250rem 60rem;}
  .page-introduction .introduction__intro .intro__desc span.txt-ty02 {font-size: 14px; line-height: 20px; padding-top: 40px;}

  .page-introduction .introduction__intro .intro__title {
    margin-bottom: 20rem;
    padding-top: 25rem;
    font-size: 40rem;
  }
  .page-introduction .introduction__intro .intro__desc {
    margin-top: 80rem;
    font-size: 17rem;
    text-align: center;
  }
  .page-introduction .introduction__intro .intro__desc strong {
    font-size: 30rem;
  }
  .page-introduction .introduction__intro .intro__video .intro__video__play {
    width: 60rem;
    height: 60rem;
  }
  .page-introduction .introduction__intro .intro__video .intro__video__play::after {
    width: 10rem;
    height: 15rem;
  }
  .page-introduction .introduction__intro .intro__typography {
    padding-top: 190rem;
  }
  .page-introduction .introduction__intro .intro__typography span {
    font-size: 110rem;
  }
  .page-introduction .introduction__ai .ai__title {
    font-size: 30rem;
    text-align: center;
  }
  .page-introduction .introduction__ai .ai__desc {
    margin-top: 30rem;
    padding: 0 20rem;
    font-size: 14rem;
    text-align: center;
  }
  .page-introduction .introduction__ai .ai__point {
    padding: 0 20rem 35rem;
    font-size: 16rem;
    text-align: center;
  }
  .page-introduction .introduction__ai .ai__point strong {
    margin-right: 0;
    padding: 3rem;
  }
  .page-introduction .introduction__ai .ai__point__link {
    margin: 40rem auto 0;
    font-size: 16rem;
  }
  .page-introduction .introduction__ai .ai__slider__circle {
    display: none;
  }
  .page-introduction .introduction__ai .ai__slider .slider__control {
    bottom: -52rem;
    width: 51rem;
    height: 5rem;
    background-size: 51rem auto;
  }
  .page-introduction .introduction__ai .ai__slider .slider__control--prev {
    background-image: url("/images/icon/ico-slide-prev-mo-60469f31bfa218e903df05495cccfa55.png");
  }
  .page-introduction .introduction__ai .ai__slider .slider__control--next {
    background-image: url("/images/icon/ico-slide-next-mo-609c558de67d8073827a47f644a36cd2.png");
  }
  .page-introduction .introduction__ai .ai__slider .slider__pagination {
    margin-top: 40rem;
  }
  .page-introduction .introduction__ai .ai__slider .slider__pagination .swiper-pagination-bullet {
    margin: 0 3rem;
    width: 6rem;
    height: 6rem;
  }
  .page-introduction .introduction__ai .ai__slider .slider__pagination .swiper-pagination-bullet-active {
    width: 18rem;
    background: #d5295c;
    border-radius: 9rem;
  }
  .page-introduction .introduction__ai .ai__slider .swiper-slide {
    background-size: 100% auto;
  }
  .page-introduction .introduction__ai .ai__slider .swiper-slide.slider-01 {
    background-image: url("/images/introduction/introduction-slider-01-mo-da89830c242ff3f182e895bbc9c0d3aa.jpg");
  }
  .page-introduction .introduction__ai .ai__slider .swiper-slide.slider-02 {
    background-image: url("/images/introduction/introduction-slider-02-mo-8c403224b30407b95dcdc4238be77916.jpg");
  }
  .page-introduction .introduction__ai .ai__slider .swiper-slide.slider-03 {
    background-image: url("/images/introduction/introduction-slider-03-mo-7e20107b201b48e267ead6cc127798b9.jpg");
  }
  .page-introduction .introduction__ai .ai__slider .swiper-slide.slider-04 {
    background-image: url("/images/introduction/introduction-slider-04-mo-058cfdec29f1dc4ef18f0162bcb6b67c.jpg");
  }
  .page-introduction .introduction__ai-edu {
    padding-top: 60rem;
    background-size: 250rem 60rem;
  }
  .page-introduction .introduction__ai-edu .ai-edu__title {
    margin-top: 65rem;
    font-size: 30rem;
    text-align: center;
  }
  .page-introduction .introduction__ai-edu .ai-edu__desc {
    margin-top: 30rem;
    padding: 0 20rem;
    font-size: 14rem;
    text-align: center;
  }
  .page-introduction .introduction__ai-edu .ai-edu__desc-2nd {
    margin-top: 30rem;
    padding: 0 20rem;
    font-size: 14rem;
    text-align: center;
  }
  .page-introduction .introduction__ai-edu .ai-edu__point {
    padding: 0 20rem 35rem;
    font-size: 16rem;
    text-align: center;
  }
  .page-introduction .introduction__ai-edu .ai-edu__point strong {
    margin-right: 0;
    padding: 3rem;
  }
  .page-introduction .introduction__possibility {
    padding-top: 160rem;
    background-size: 250rem 60rem;
  }
  .page-introduction .introduction__possibility .possibility__title {
    margin-top: 65rem;
    font-size: 30rem;
    text-align: center;
  }
  .page-introduction .introduction__possibility .possibility__desc {
    margin-top: 30rem;
    padding: 0 20rem;
    font-size: 14rem;
    text-align: center;
  }
  .page-introduction .introduction__possibility .possibility__desc-2nd {
    margin-top: 30rem;
    padding: 0 20rem;
    font-size: 14rem;
    text-align: center;
  }
  .page-introduction .introduction__possibility .possibility__point {
    padding: 0 20rem 100rem;
    font-size: 16rem;
    text-align: center;
  }
  .page-introduction .introduction__possibility .possibility__point strong {
    margin-right: 0;
    padding: 3rem;
  }
  .page-introduction .introduction__possibility .possibility__slider .swiper-container {
    position: relative;
  }
  .page-introduction .introduction__possibility .possibility__slider .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .page-introduction .introduction__possibility .possibility__slider .swiper-container .slider__pagination {
    position: absolute;
    z-index: 999;
    bottom: 15rem;
    display: block;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-introduction .introduction__possibility .possibility__slider .swiper-container .slider__pagination .swiper-pagination-bullet {
    margin: 0 4rem;
    width: 8rem;
    height: 8rem;
    background-color: #e5e5e5;
    opacity: 1;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .page-introduction .introduction__possibility .possibility__slider .swiper-container .slider__pagination .swiper-pagination-bullet-active {
    width: 30rem;
    background-color: #d5295c;
    border-radius: 4rem;
  }
  .page-introduction .introduction__edu .edu__title {
    padding-bottom: 150rem;
    font-size: 30rem;
    text-align: center;
  }
  .page-introduction .introduction__edu .edu__image-blend .edu__text__title {
    margin-bottom: 20rem;
    padding-bottom: 40rem;
    font-size: 12rem;
  }
  .page-introduction .introduction__edu .edu__image-blend .edu__text__title:after {
    height: 20rem;
  }
  .page-introduction .introduction__edu .edu__image-blend .edu__text__desc {
    font-size: 16rem;
  }
  .page-introduction .introduction__directions {
    padding-top: 120rem;
  }
  .page-introduction .introduction__directions .directions {
    margin-top: 50rem;
  }
  .page-introduction .introduction__directions .directions__title {
    font-size: 30rem;
    text-align: center;
  }
  .page-introduction .introduction__directions .directions__title span {
    display: block;
    font-size: 24rem;
  }
  .page-introduction-region .introduction-visual .slider__pagination {
    bottom: 10rem;
  }
  .page-introduction-region .introduction-visual .slider__pagination .swiper-pagination-bullet {
    margin: 0 3rem;
    width: 6rem;
    height: 6rem;
  }
  .page-introduction-region .introduction-visual .slider__pagination .swiper-pagination-bullet-active {
    width: 18rem;
  }
  .page-introduction-region .introduction-region {
    margin-top: 50rem;
  }
  .page-introduction-region .introduction-region__title {
    margin-bottom: 32rem;
    font-size: 23rem;
    letter-spacing: -0.08em;
  }
  .page-introduction-region .introduction-region .btn.btn__large {
    padding: 8rem 20rem;
    font-size: 13rem;
  }
  .page-introduction-region .introduction-region__desc {
    margin-top: 45rem;
    font-size: 13rem;
  }
  .page-introduction-region .introduction-region__desc + .introduction-region__desc {
    margin-top: 15rem;
  }
  .page-introduction-region .introduction-region__pic {
    margin-top: 45rem;
  }
  .page-introduction-region .introduction-region__pic .pic__item {
    float: none !important;
    margin-top: 10rem;
    width: 100% !important;
  }
  .page-introduction-region .introduction-region__pic .pic__item:last-child {
    margin-top: 10rem;
  }

  .bx-e-cont-n01 .tx01 {font-size: 30px; line-height: 1.375;}
  .bx-e-cont-n01 .inner-bx {padding: 40px 0 0 0;}
  .bx-e-cont-n01 .inner-bx dl {padding-bottom: 30px;}
  .bx-e-cont-n01 .inner-bx dt {font-size: 26px; line-height: 1.375;}
  .bx-e-cont-n01 .inner-bx dd {font-size: 20px; line-height: 1.375;}
  .bx-e-cont-n01 .inner-bx .btm-tx {font-size: 17px; line-height: 24px;}
}
@media (max-width: 500px) {
  .page-introduction .introduction__link::after {
    display: inline-block;
    margin-left: 10rem;
    width: 28rem;
    height: 28rem;
    background: url("/images/icon/ico-arrow-introduction-5ae7ef5a398a1f9049c2ed3bc25860f4.png") #d5194e no-repeat center;
    border-radius: 50%;
    content: "";
  }
  .page-introduction .introduction__ai .ai__point {
    padding-bottom: 0;
  }
  .page-introduction .introduction__ai-edu .ai-edu__title {
    margin-top: 0;
  }
  .page-introduction .introduction__possibility {
    padding: 60rem 0 160rem;
  }
  .page-introduction .introduction__edu .edu {
    padding-top: 120rem;
  }
  .page-introduction .introduction__edu .edu__title {
    padding-bottom: 45rem;
  }
  .page-introduction .introduction__directions .directions__link {
    font-size: 0;
  }
  .page-introduction .introduction__directions .directions__link::after {
    display: inline-block;
    margin-left: 10rem;
    width: 28rem;
    height: 28rem;
    background: url("/images/icon/ico-arrow-introduction-5ae7ef5a398a1f9049c2ed3bc25860f4.png") #d5194e no-repeat center;
    border-radius: 50%;
    content: "";
  }
}
#show-scene-0 #scroll-section-0 .intro__title {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
#show-scene-0 #scroll-section-0 .intro__video::after {
  width: 0;
  -webkit-transition: width 0.7s 0.5s;
  transition: width 0.7s 0.5s;
}

.page-introduction .introduction__intro .intro__desc {
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  -webkit-transform: translateY(-100rem);
          transform: translateY(-100rem);
}
.page-introduction .introduction__intro .intro__desc.ani-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-introduction .introduction__intro .intro__typography span {
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.page-introduction .introduction__intro .intro__typography.ani-start span {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
@media (max-width: 767px) {
  .page-introduction .introduction__intro .intro__typography.ani-start span {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.page-introduction--eng .introduction__intro .intro__title {
  letter-spacing: -0.02em;
}
.page-introduction--eng .introduction__intro .intro__desc {
  letter-spacing: -0.04em;
}
.page-introduction--eng .introduction__link-eng {
  margin-left: 10%;
  font-family: "LGSmartSB";
  font-size: 40rem;
  color: #d5194e;
}
.page-introduction--eng .introduction__link-eng::after {
  display: inline-block;
  margin-left: 10rem;
  width: 34rem;
  height: 34rem;
  background: url("/images/icon/ico-arrow-introduction-5ae7ef5a398a1f9049c2ed3bc25860f4.png") #d5194e no-repeat center;
  border-radius: 50%;
  content: "";
}
@media (max-width: 500px) {
  .page-introduction--eng .introduction__link-eng {
    margin-left: 0;
  }
}
.page-introduction--eng .introduction__ai .ai__title {
  letter-spacing: -0.02em;
}
.page-introduction--eng .introduction__ai .ai__desc-eng {
  letter-spacing: -0.04em;
}
.page-introduction--eng .introduction__ai .ai__point-eng {
  letter-spacing: -0.04em;
}
.page-introduction--eng .introduction__ai .ai__slider .swiper-container .swiper-wrapper .swiper-slide .slide-eng {
  font-family: "LGSmartSB";
  letter-spacing: -0.02em;
}
.page-introduction--eng .introduction__ai-edu .ai-edu__title {
  letter-spacing: -0.02em;
}
.page-introduction--eng .introduction__ai-edu .ai-edu__desc {
  letter-spacing: -0.04em;
}
.page-introduction--eng .introduction__ai-edu .ai-edu__point {
  letter-spacing: -0.04em;
}
.page-introduction--eng .introduction__possibility .possibility__title {
  letter-spacing: -0.02em;
}
.page-introduction--eng .introduction__possibility .possibility__desc-eng {
  letter-spacing: -0.04em;
}
.page-introduction--eng .introduction__possibility .possibility__point-eng {
  letter-spacing: -0.04em;
}
.page-introduction--eng .introduction__edu .edu__title {
  padding: 0 80rem;
  letter-spacing: -0.02em;
}
.page-introduction--eng .introduction__directions .directions__title {
  letter-spacing: -0.02em;
}
.page-introduction--eng .introduction__directions .directions__item__title-eng {
  margin: 75rem 0 0 10%;
  font-family: "LGSmartB";
  font-size: 30rem;
  line-height: 1;
  color: #000;
  text-align: left;
}
.page-introduction--eng .introduction__directions .directions__item__address-eng {
  margin: 30rem 0 20rem;
  margin-left: 10%;
  font-family: "LGSmartB";
  font-size: 18rem;
  letter-spacing: -0.07em;
}
@media (max-width: 500px) {
  .page-introduction--eng .introduction__directions .directions__item__title-eng, .page-introduction--eng .introduction__directions .directions__item__address-eng, .page-introduction--eng .introduction__directions .directions__item__e-mail, .page-introduction--eng .introduction__directions .directions__item__tel {
    margin-left: 0;
  }
  .page-introduction--eng .introduction__directions .directions__item__address-eng {
    padding-right: 10%;
  }
}

.modal-terms .modal__contents {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400rem;
}

.is-fullscreen .modal-terms .modal__contents {
  max-height: none;
}

.modal-id-overlap .modal__contents .panel-type1 {
  font-family: "LGSmartSB";
  font-size: 27rem;
  color: #d5295c;
  text-align: center;
}
.modal-id-overlap .modal__contents .top-logo-bg {
  margin-top: 10rem;
  margin-bottom: 20rem;
  padding-top: 55rem;
  background-image: url("/images/logo/logo-page-3e319709320340b0019682c41818c1a1.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.modal-id-overlap .modal__contents p {
  text-align: center;
}

.is-fullscreen .modal-id-overlap .modal__contents .panel-type1 {
  padding: 30rem;
  font-size: 20rem;
}
.is-fullscreen .modal-id-overlap .modal__contents .top-logo-bg {
  margin-top: 30rem;
  padding-top: 40rem;
}
.is-fullscreen .modal-id-overlap .modal__contents p {
  font-size: 14rem;
}

.alert-reservation-cancel-noti p {
  letter-spacing: -1rem;
}

.modal-request-reservation-noti .list {
  font-size: 14rem;
}
.modal-request-reservation-noti .list li {
  padding-left: 10rem;
}

.modal-change-reservation {
  max-width: 960rem;
}
.modal-change-reservation .change-reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-change-reservation .change-reservation .left,
.modal-change-reservation .change-reservation .right {
  width: calc(50% - 30rem);
}

.modal-change-cnt-reservation-noti .tbl td {
  padding: 5rem 0;
}
.modal-change-cnt-reservation-noti .inp-qty {
  display: inline-block;
}
.modal-change-cnt-reservation-noti .inp-qty .inp-box {
  width: 50rem;
}
.modal-change-cnt-reservation-noti .cnt {
  color: #666;
}

.modal-register-group .modal__contents {
  min-height: 480rem;
}
.modal-register-group .heading__h5 {
  display: block;
  padding-top: 20rem;
  padding-bottom: 10rem;
}
.modal-register-group .registered-group {
  border-top: 1rem solid #eaeaea;
}
.modal-register-group .registered-group .no-data {
  padding: 40rem 0;
  text-align: center;
}
.modal-register-group .registered-group .field__tit {
  font-size: 18rem;
}
.modal-register-group .registered-group__item {
  display: block;
}
.modal-register-group .registered-group__item .group-name {
  padding: 15rem 20rem;
  border-bottom: 1rem solid #eaeaea;
  line-height: 20rem;
  color: #000;
}
.modal-register-group .registered-group__item .group-address {
  position: relative;
  padding: 15rem 20rem 15rem 45rem;
  border-bottom: 1rem solid #eaeaea;
  line-height: 20rem;
  color: #666;
}
.modal-register-group .registered-group__item .group-address::before {
  position: absolute;
  top: 50%;
  left: 25rem;
  width: 8rem;
  height: 9rem;
  border-bottom: 1rem solid #999;
  border-left: 1rem solid #999;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal-register-group .registered-group__item.is-selected {
  background-color: #f4f2f3;
}

@media (max-width: 1024px) {
  .modal-register-group .registered-group .field__tit {
    font-size: 16rem;
  }
  .modal-register-group .registered-group__item .group-name,
  .modal-register-group .registered-group__item .group-address {
    padding-top: 10rem;
    padding-bottom: 10rem;
    font-size: 14rem;
  }
}
@media (max-width: 767px) {
  .modal-change-reservation .change-reservation {
    display: block;
  }
  .modal-change-reservation .change-reservation .left,
  .modal-change-reservation .change-reservation .right {
    width: 100%;
  }
  .modal-register-group .registered-group .field__tit {
    font-size: 14rem;
  }
  .modal-change-cnt-reservation-noti .inp-qty {
    display: block;
    margin-bottom: 5rem;
  }
  .modal-change-cnt-reservation-noti .inp-qty .inp-box {
    width: 30%;
  }
}/*# sourceMappingURL=index.css.map */