@charset "UTF-8";
@import "layout.css";
#contents {
  position: relative;
  min-height: 100vh;
  padding: 4rem 0 30rem;
  background: url("/template/kes/img/layout/bg_obj.png") repeat-y center top/contain;
  background-size: 102%;
}
#contents * {
  letter-spacing: -0.03em;
}
#contents::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/template/kes/img/layout/bg_bottom.png") no-repeat center bottom/contain;
  content: "";
}

@media (max-width: 768px) {
  #contents::before {
    height: 55rem;
    background: url(/template/kes/img/layout/bg_bottom.png) no-repeat 24% bottom/cover;
  }
}
.sub__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
  gap: 0.6rem 2.2rem;
}
.sub__nav-item {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.sub__nav-item::after {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  font-family: "remixicon";
  font-size: 1.8rem;
  color: #9e9e9e;
  line-height: 0;
  content: "\ea6e";
}
.sub__nav-item:last-child::after {
  display: none;
}
.sub__nav-item.home {
  width: 2rem;
  height: 2rem;
  background: url("/template/kes/img/layout/home_icon.svg") no-repeat center center/contain;
}
.sub__title {
  margin-bottom: 6.4rem;
  text-align: center;
}
.sub__title-mobile {
  display: none;
}

.gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 2.4rem;
}
.gallery__list + .sub__title {
  margin-top: 9rem;
}
.gallery__item:hover .gallery__img::before, .gallery__item:hover .gallery__img::after {
  opacity: 1;
}
.gallery__item a {
  display: block;
}
.gallery__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.6rem;
}
.gallery__img::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.4s;
  content: "";
  backdrop-filter: blur(3.5px);
}
.gallery__img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  width: 6.4rem;
  height: 7rem;
  background: url("/template/kes/img/sub/view_icon.png") no-repeat center center/contain;
  transition: 0.4s;
  content: "";
}
.gallery__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__title {
  padding: 0 1.2rem;
  margin-top: 1.2rem;
  font-size: 2.2rem;
  font-weight: 600;
}

.game__item {
  width: calc(50% - 1.2rem);
}
.game__img {
  padding-top: 62.2%;
}

@media (max-width: 480px) {
  .sub__title-mobile {
    display: inline-block;
    transform: scale(1.2);
    transform-origin: top;
  }
  .sub__title-pc {
    display: none;
  }
  .sub__title-event {
    height: 22px;
  }
  .game__list {
    flex-direction: column;
  }
  .game__item {
    width: 100%;
  }
}
.book__item,
.poster__item {
  width: calc(33.3333333333% - 1.6rem);
}
.book__img,
.poster__img {
  padding-top: 112%;
}

.poster__img {
  padding-top: 130%;
}

.video__item {
  width: calc(33.3333333333% - 1.6rem);
}
.video__img {
  padding-top: 56%;
}
.video__img::after {
  width: 6.2rem;
  height: 6.6rem;
  background-image: url("/template/kes/img/sub/play_icon.png");
}

@media (max-width: 768px) {
  .video__item {
    width: calc(50% - 1.2rem);
  }
}
@media (max-width: 640px) {
  .book__item,
  .poster__item {
    width: calc(50% - 1.2rem);
  }
}
@media (max-width: 480px) {
  .book__item,
  .video__item,
  .poster__item {
    width: 100%;
  }
}
.program__item {
  width: calc(50% - 1.2rem);
}
.program__img {
  padding-top: 61.2%;
}
.program__img::before, .program__img::after {
  display: none;
}

@media (max-width: 480px) {
  .program__item {
    width: 100%;
  }
}
.ready__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 3rem;
  border: 2px solid #e0e0e0;
  border-radius: 2.4rem;
  background-color: #fff;
  text-align: center;
}
.ready__img {
  width: 16rem;
}
.ready__text {
  margin: 3.2rem 0 4rem;
  font-size: 3.6rem;
  color: #222;
  line-height: 1.4;
}

.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.flex-box.right {
  justify-content: flex-end;
}

.btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  gap: 0.8rem;
}
.btn__style {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2.4rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  gap: 0.8rem;
}
.btn__style i,
.btn__style span {
  font-size: 2rem;
  font-weight: 400;
}
.btn__style.black {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.btn__style.lg {
  padding: 1.5rem 4rem;
}
.btn__style.sm {
  padding: 1rem 2.4rem;
}

.menu__tab {
  display: flex;
  overflow: hidden;
  margin-bottom: 6rem;
  border-radius: 1.6rem;
  background-color: #f0f0f0;
}
.menu__tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  position: relative;
  height: 6.8rem;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.menu__tab-item.active {
  border-radius: 1.6rem;
  background-color: #333;
  color: #fff;
}
.menu__tab-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.6rem;
  background: #bdbdbd;
  content: "";
}
.menu__tab-item:first-child::before, .menu__tab-item.active::before, .menu__tab-item.active + .menu__tab-item::before {
  display: none;
}

@media (max-width: 480px) {
  .menu__tab {
    display: block;
  }
  .menu__tab-item {
    height: 5.4rem;
  }
  .menu__tab-item::before {
    display: none;
  }
}
.intro__box {
  padding: 4rem 8rem;
  border: 6px solid rgba(15, 118, 228, 0.12);
  border-radius: 2.4rem;
  background: #fff;
}
.intro__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
  border-bottom: 1px dashed rgba(15, 118, 228, 0.36);
  gap: 6rem 4rem;
}
.intro__top-con {
  max-width: 42rem;
}
.intro__top-title {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  color: #0F76E4;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.intro__top-desc {
  font-size: 2rem;
  color: #555;
}
.intro__top-desc + .intro__top-desc {
  margin-top: 1.6rem;
}
.intro__poster {
  max-width: 46rem;
}
.intro__poster img {
  border-radius: 1.6rem;
}
.intro__mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 0;
  border-bottom: 1px dashed rgba(15, 118, 228, 0.36);
  gap: 2.4rem;
}
.intro__btm {
  display: flex;
  padding: 4rem 0;
  gap: 2.4rem;
}
.intro__btm-box {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: hidden;
  border-radius: 1.2rem;
}
.intro__btm-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #ffd400;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.intro__btm-title.color {
  background-color: #0F76E4;
  color: #fff;
}
.intro__btm-con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 2.4rem;
  background-color: #f6f6f6;
}
.intro__btm-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0.4rem;
}
.intro__btm-item {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  gap: 0.4rem 2rem;
}
.intro__btm-cate {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 12rem;
  font-weight: 600;
  gap: 0.8rem;
}
.intro__btm-cate i {
  color: #9e9e9e;
}
.intro__btm-desc {
  color: #555;
}

@media (max-width: 1024px) {
  .intro__box {
    padding: 4rem 6rem;
  }
}
@media (max-width: 768px) {
  .intro__top {
    flex-direction: column;
  }
  .intro__top-con {
    max-width: 100%;
  }
  .intro__btm {
    flex-direction: column;
  }
  .intro__btm-box {
    flex: 1 0 auto;
  }
}
@media (max-width: 480px) {
  .intro__box {
    padding: 2rem 4rem;
  }
  .intro__btm-item {
    flex-direction: column;
  }
}
.history__wrap {
  margin-top: 12rem;
}
.history__progress {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #eee;
}
.history__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0F76E4;
  transition: 0.1s;
}
.history__title {
  margin-bottom: 6rem;
  font-size: 3.6rem;
}
.history__list {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 12rem;
}
.history__item {
  display: flex;
  position: relative;
}
.history__item:nth-child(odd) {
  flex-direction: row-reverse;
  text-align: right;
}
.history__item:nth-child(odd) .history__year {
  left: 4.8rem;
  right: auto;
}
.history__item:nth-child(odd) .history__con-list.dot-list > li {
  padding-left: 0;
  padding-right: 1.2rem;
}
.history__item:nth-child(odd) .history__con-list.dot-list > li::before {
  left: auto;
  right: 0;
}
.history__item::before {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #0F76E4;
  content: "";
}
.history__item > div {
  position: relative;
  width: 50%;
  padding: 0 4.8rem;
}
.history__img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.history__img img {
  width: 34rem;
}
.history__year {
  position: absolute;
  top: 0;
  right: 4.8rem;
  transform: translateY(-50%);
  font-size: 4rem;
  color: #0F76E4;
}
.history__date {
  margin-bottom: 3.2rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #555;
}
.history__con-title {
  margin-bottom: 0.8rem;
  font-size: 3rem;
}
.history__con-title strong {
  margin-right: 0.8rem;
  color: #0F76E4;
}
.history__box {
  padding: 2rem;
  margin-top: 2.8rem;
  border-radius: 1.2rem;
  background-color: #edf5fb;
  text-align: left;
}
.history__box-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.history__box-item {
  display: flex;
  font-size: 1.6;
  gap: 2rem;
}
.history__box-item .dot-list > li {
  font-size: 1.6rem;
}
.history__box-item .dot-list > li::before {
  top: 0.8rem;
}
.history__box-cate {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  width: 6.8rem;
  padding-left: 2.4rem;
  font-weight: 600;
}
.history__box-cate::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "remixicon";
  font-size: 1.8rem;
  font-weight: 400;
  color: #5e82b2;
}
.history__box-cate.place::before {
  content: "\ef0a";
}
.history__box-cate.count::before {
  content: "\f256";
}
.history__box-cate.people::before {
  content: "\f261";
}
.history__box-desc {
  color: #555;
}

.dot-list > li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.4rem;
  font-size: 1.8rem;
  color: #333;
}
.dot-list > li:last-child {
  margin-bottom: 0;
}
.dot-list > li::before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #0F76E4;
  content: "";
}

@media (max-width: 768px) {
  .history__progress {
    left: 0;
    transform: translateX(0);
  }
  .history__item {
    flex-direction: column;
    gap: 4rem;
  }
  .history__item:nth-child(odd) {
    flex-direction: column;
    text-align: left;
  }
  .history__item:nth-child(odd) .history__con-list.dot-list > li {
    padding-left: 1.2rem;
    padding-right: 0;
  }
  .history__item:nth-child(odd) .history__con-list.dot-list > li::before {
    left: 0;
    right: auto;
  }
  .history__item::before {
    left: 0;
  }
  .history__item > div {
    width: 100%;
    padding-right: 0;
  }
  .history__year {
    left: 4.8rem;
    right: auto;
  }
  .history__img {
    padding-top: 6rem !important;
  }
}
.con__box + .con__box {
  margin-top: 4rem;
}
.con__title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.con__title strong {
  font-weight: 600;
  color: #0F76E4;
}

.policy__box {
  padding: 6rem;
  border: 1px solid #ddd;
  border-radius: 2.4rem;
  background-color: #fff;
}
.policy__title {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
.policy__desc {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  color: #555;
}
.policy__notice {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  color: #757575;
}
.policy__wrap > p {
  font-size: 1.8rem;
}
.policy__wrap .table__wrap {
  margin-top: 2.4rem;
}
.policy__img {
  display: block;
  width: 10rem;
  margin: 0.8rem auto;
}
.policy__img + strong {
  display: block;
  font-size: 1.6rem;
  color: #0F76E4;
}
.policy__alert {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  color: #0F76E4;
}
.policy__index {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  text-align: left;
  gap: 1.2rem;
}
.policy__index > img {
  flex-shrink: 0;
  width: 4rem;
}
.policy__con {
  padding-top: 8rem;
}
.policy__con-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  gap: 1.2rem;
}
.policy__con-title > img {
  flex-shrink: 0;
  width: 4rem;
}

.round-num-list {
  counter-reset: round-num;
}
.round-num-list > li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  color: #333;
}
.round-num-list > li:last-child {
  margin-bottom: 0;
}
.round-num-list > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 500;
  counter-increment: round-num;
  content: counter(round-num);
}
.round-num-list ul {
  margin-top: 0.8rem;
}

.num-list {
  counter-reset: numList;
}
.num-list > li {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}
.num-list > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  background: #0F76E4;
  font-size: 1.5rem;
  color: #fff;
  content: counter(numList);
  gap: 1rem;
  counter-increment: numList;
}

.table__wrap {
  position: relative;
}
.table__wrap table {
  border-top: 2px solid #1c2952;
  text-align: center;
}
.table__wrap table th {
  padding: 1.6rem 2rem;
  background-color: #edf5fb;
  font-size: 1.8rem;
  font-weight: 600;
}
.table__wrap table thead tr {
  border-bottom: 1px solid #cad1e1;
}
.table__wrap table tbody tr {
  border-bottom: 1px solid #ddd;
}
.table__wrap table tbody td {
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  color: #555;
}

@media (max-width: 768px) {
  .policy__box {
    padding: 5rem 4rem;
  }
  .table__wrap {
    padding-top: 4rem;
  }
  .table__wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #0F76E4;
    content: "좌우로 스크롤하여 전체 내용을 볼 수 있습니다.";
  }
  .table__wrap.block {
    padding-top: 0;
  }
  .table__wrap.block::before {
    display: none;
  }
  .table__wrap.block table {
    width: 100%;
  }
  .table__wrap.block table tr {
    border-bottom: none;
  }
  .table__wrap.block table th {
    padding: 1rem 2rem;
  }
  .table__wrap.block table th,
  .table__wrap.block table td {
    display: block;
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
  .table__wrap.block table .file__wrap {
    flex-wrap: wrap;
  }
  .table__wrap > div {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
  }
  .table__wrap > div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .table__wrap > div::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #ddd;
  }
  .table__wrap > div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .table__wrap table {
    width: 980px;
  }
}
@media (max-width: 480px) {
  .table__wrap::before {
    font-size: 1.7rem;
  }
}
.consent__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  gap: 0.8rem 2.4rem;
}
.consent__desc {
  font-size: 2rem;
  font-weight: 500;
}
.consent__desc strong {
  color: #0F76E4;
}
.consent__input {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.radio__wrap {
  text-align: left;
}
.radio__wrap input[type=radio] {
  position: absolute;
  opacity: 0;
  width: auto;
  height: auto;
}
.radio__wrap input[type=radio] + label {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.8rem;
  color: #333;
}
.radio__wrap input[type=radio] + label::before {
  display: inline-block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio__wrap input[type=radio] + label::after {
  display: inline-block;
  position: absolute;
  top: 0.9rem;
  left: 0.5rem;
  opacity: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #0F76E4;
  transition: 0.14s;
  content: "";
}
.radio__wrap input[type=radio]:checked + label::before {
  border-color: #0F76E4;
}
.radio__wrap input[type=radio]:checked + label::after {
  opacity: 1;
}
.radio__wrap input[type=radio]:disabled + label::before {
  background-color: #ddd;
}
.radio__wrap input[type=radio]:disabled + label::after {
  background-color: #999;
}

.auth__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem;
  border: 1px solid #ddd;
  border-radius: 2.4rem;
  background-color: #fff;
}
.auth__icon {
  width: 14.4rem;
  margin-bottom: 2rem;
}
.auth__title {
  margin-bottom: 0.4rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.auth__desc {
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
  color: #555;
  text-align: center;
}
.auth__list {
  width: 100%;
  padding-top: 4.8rem;
  margin-top: 4.8rem;
  border-top: 1px dashed #ddd;
}
.auth__list .dot-list li::before {
  background-color: #9e9e9e;
}

@media (max-width: 768px) {
  .auth__box {
    padding: 5rem 4rem;
  }
}
.modal__wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 4rem);
  width: 80rem;
  max-height: calc(100% - 4rem);
  overflow: auto;
  padding: 4rem;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.modal__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
  gap: 2.4rem;
}
.modal__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
}
.modal__close {
  flex-shrink: 0;
  font-size: 2.8rem;
  color: #222;
}
.modal__btm {
  margin-top: 2.4rem;
}

.input__wrap input {
  width: 100%;
  height: 4.4rem;
  padding: 0 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  background: #fff;
  font-size: 1.6rem;
}
.input__wrap textarea {
  width: 100%;
  height: 12rem;
  padding: 1.2rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  font-size: 1.6rem;
}

.file__wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.file__wrap input {
  width: 30rem;
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  background-color: #fff;
  font-size: 1.8rem;
  color: #333;
}
.file__wrap input::file-selector-button {
  padding: 0.6rem 1rem;
  margin-right: 0.8rem;
  border: none;
  border-radius: 0.8rem;
  background-color: #0F76E4;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.file__wrap .btn__style {
  padding: 1rem 2.4rem;
}

.poster__box {
  max-width: 100rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.poster__box.width {
  max-width: 68rem;
}
.poster__box img {
  border-radius: 1.6rem;
}

.guestbook__wrap {
  padding-top: 12rem;
  margin-top: 6rem;
  border-top: 1px dashed rgba(38, 163, 63, 0.36);
}
.guestbook__title {
  margin-bottom: 2.4rem;
  font-size: 3.6rem;
}
.guestbook__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.guestbook__item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(33.3333333333% - 1.6rem);
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 1.6rem;
  background: #fff;
  cursor: pointer;
}
.guestbook__item .btn-more {
  display: none;
}
.guestbook__item::after {
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid #0F76E4;
  border-radius: 1.6rem;
  pointer-events: none;
  transition: 0.3s;
  content: "";
}
.guestbook__item:hover::after {
  opacity: 1;
}
.guestbook__item.active .guestbook__desc {
  display: block;
}
.guestbook__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #ddd;
  gap: 0.4rem 1.2rem;
}
.guestbook__info {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.guestbook__name {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
.guestbook__name::after {
  position: absolute;
  top: 50%;
  right: -1.3rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #cdcdcd;
  content: "";
}
.guestbook__date {
  font-size: 1.8rem;
  color: #9e9e9e;
}
.guestbook__con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-top: 1.2rem;
}
.guestbook__desc {
  display: -webkit-box;
  min-height: 8.2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  color: #555;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.guestbook__img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 69.8%;
  border-radius: 1.2rem;
}
.guestbook__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .guestbook__item {
    width: calc(50% - 1.2rem);
  }
}
@media (max-width: 540px) {
  .guestbook__item {
    width: 100%;
  }
}
.paging__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  gap: 1.2rem;
}
.paging__control, .paging__number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.paging__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.3rem;
  background-color: #fff;
  font-size: 1.4rem;
  color: #424242;
}
.paging__btn.active {
  background-color: #222;
  color: #fff;
  border-color: #222;
}
.paging__btn i,
.paging__btn span {
  font-size: 1.8rem;
}

.pop-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem 1.4rem;
  border-radius: 30rem;
  background: #00a180;
  box-shadow: 0 -4px 0 0 #065848 inset;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  transition: none;
  gap: 0.8rem;
}
.pop-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #00a180;
  box-shadow: 0 4px 0 0 #065848 inset;
}
.pop-btn.blue {
  background: #0f76e4;
  box-shadow: 0 -4px 0 0 #061b58 inset;
}
.pop-btn.blue:active {
  background: #076cd8;
  box-shadow: 0 4px 0 0 #061b58 inset;
}
.pop-btn.yellow {
  background: #ffd400;
  box-shadow: 0 -4px 0 0 #b38400 inset;
  color: #333;
}
.pop-btn.yellow:active {
  background: #f4cb01;
  box-shadow: 0 4px 0 0 #b38400 inset;
}
.pop-btn i,
.pop-btn span {
  font-size: 2rem;
  font-weight: 400;
}

.survey__box {
  display: flex;
  align-items: center;
  max-width: 68rem;
  padding: 2.8rem;
  margin: -1.6rem auto 4rem;
  border: 6px solid rgba(15, 118, 228, 0.12);
  border-radius: 1.6rem;
  background: #fff;
  gap: 2.4rem;
}
.survey__img {
  flex-shrink: 0;
  width: 10.8rem;
}
.survey__con p {
  font-size: 2rem;
  font-weight: 700;
}
.survey__con a {
  display: inline-block;
  font-size: 1.8rem;
}

@media (max-width: 480px) {
  .survey__box {
    flex-direction: column;
  }
  .survey__con {
    text-align: center;
  }
}
.alert-box {
  max-width: 68rem;
  padding: 2.2rem 2.4rem;
  margin: -1.6rem auto 4rem;
  border: 6px solid rgba(15, 118, 228, 0.12);
  border-radius: 1.6rem;
  background: #fff;
}
.alert-box p {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.6rem;
}
.alert-box p::before {
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-family: "remixicon";
  font-size: 2rem;
  color: #0F76E4;
  content: "\eca1";
}
.alert-box p strong {
  font-weight: 600;
  color: #0F76E4;
}

.event__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 4rem 8rem;
  margin-bottom: 4rem;
  border-radius: 2.4rem;
  background: linear-gradient(95deg, #edf5fb 14.44%, #fbfbed 100.31%);
}
.event__con {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  gap: 4rem;
}
.event__img {
  width: 20rem;
}
.event__text strong {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 3rem;
  font-weight: 700;
}
.event__text p {
  font-size: 2.2rem;
  color: #555;
}
.event__input {
  display: flex;
  max-width: 100%;
  width: 60rem;
}
.event__input label {
  flex-shrink: 0;
  width: 8rem;
  padding-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.event__input + .event__input {
  margin-top: 1.6rem;
}
.event__input .input__wrap {
  flex-grow: 1;
}
.event__input .input__wrap p {
  font-size: 1.5rem;
  color: #444;
  line-height: 1.3;
}
.event__desc {
  max-width: 100%;
  width: 60rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #d43333;
}
.event__desc + .event__desc {
  margin-top: 0.4rem;
}

@media (max-width: 480px) {
  .event__box {
    padding: 3rem 3rem 6rem;
  }
  .event__con {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}