@charset "utf-8";
/* sub-common */

#sub-wrap .wide-bnr-wrap {
  width: 100%;
  height: 245px;
  align-items: center;
  justify-content: center;
  color: #ebebeb;
  text-align: center;
  margin-top: 80px;
  flex-direction: column;
}

#sub-wrap .wide-bnr-wrap .sub-tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#sub-wrap .wide-bnr-wrap .tit {
  font-size: 4.2rem;
  font-weight: bold;
}

.tab-btn-wrap {
  padding: 80px 0 150px;
}
.tab-btn {
  flex-wrap: wrap;
}

.tab-btn-wrap li {
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.tab-btn-wrap li a {
  display: inline-block;
  padding: 0.3em 1.1em;
  font-size: 2.1rem;
  color: #fff;
  background-color: #777;
  text-align: center;
  border-radius: 25px;
}

.tab-btn-wrap li.on a {
  background-color: #36ba98;
  font-weight: bold;
}

/* sub-common */

/* 작가소개 */
.profile-wrap .tab-btn-wrap {
  padding: 80px 0;
}
.profile-wrap .tab-btn-wrap li.on a {
  background-color: #0f67b1;
}
.profile-wrap .wide-bnr-wrap {
  background-color: #0f67b1;
  color: #fff;
}
.profile-list-wrap {
  padding-bottom: 100px;
}
.profile-list-wrap .inner {
  flex-wrap: wrap;
}
.profile-wrap .photo-container {
  width: 100%;
}
.profile-wrap .photo-container .name-wrap {
  text-transform: uppercase;
}
.profile-wrap .photo-container .name-wrap .sub-tit {
  font-size: 3rem;
  font-weight: 500;
  color: #333;
}

.profile-wrap .photo-container .name-wrap .tit {
  font-size: 6rem;
  font-weight: bold;
  color: #0f67b1;
  letter-spacing: 0px;
  width: 100%;
  margin-bottom: 0.5em;
}
.profile-wrap .profile-info {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  width: 100%;
}
.profile-wrap .profile-info .main-name {
  font-size: 3.8rem;
  font-weight: 900;
  color: #0f67b1;
}

.profile-wrap .profile-info > div {
  width: 40%;
}

.profile-wrap .profile-info .job {
  font-size: 2.2rem;
  color: #454545;
  margin-bottom: 2em;
}

.profile-wrap .profile-info .intro {
  font-size: 2.2rem;
  line-height: 1.5;
}

.profile-wrap .profile-tit {
  font-size: 3.2rem;
  color: #0f67b1;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.profile-wrap .info-02 {
  font-size: 2rem;
}

.profile-wrap .info-02 li {
  margin-bottom: 0.5em;
}

.profile-wrap .info-02 li:last-child {
  margin-bottom: 0;
}

.profile-wrap .info-02 li span {
  display: inline-block;
}

.profile-wrap .info-02 li .date {
  font-weight: bold;
  margin-right: 1em;
}

.profile-black-wrap {
  background-color: #000;
}

.design-tit {
  font-size: 4.5rem;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
  line-height: 1;
}

.design-tit::after {
  content: '';
  background-color: #0f67b1;
  position: absolute;
  bottom: -0.05em;
  left: 0.2em;
  width: 100%;
  height: 80%;
  z-index: -1;
}
.profile-black-wrap .exhibition-profile {
  margin-bottom: 100px;
}

.profile-black-wrap .exhibition-profile:last-child {
  margin-bottom: 0;
}
.profile-black-wrap .black-info-wrap {
  justify-content: space-between;
}

.black-info-wrap.half-wrap .b-info-box {
  width: 48%;
}

.black-info-wrap.third-wrap .b-info-box {
  width: 31%;
}

.profile-black-wrap .black-info-wrap .b-info-box .tit {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.profile-black-wrap .black-info-wrap .b-info-box .info-list li {
  font-size: 1.8rem;
  margin-bottom: 0.7em;
  color: #fff;
}

.profile-black-wrap .black-info-wrap .b-info-box .info-list .info-date {
  font-weight: bold;
  margin-right: 1.5em;
  min-width: 50px;
}

/*e:: 작가소개 */

/* s::워킹스케치 */
.working-wrap .title-container .tit {
  font-size: 4.5rem;
  font-weight: bold;
  color: #0f67b1;
}

.working-wrap .title-container .sub-tit {
  font-size: 2.4rem;
  font-weight: 500;
  color: #343434;
  padding: 0.3em 0;
}
.working-wrap .working-img-wrap {
  padding: 60px 0;
}
.working-wrap .working-img-wrap ul {
  width: 100%;
  flex-wrap: wrap;
}

.working-wrap .working-img-wrap .working-img {
  aspect-ratio: 1 / 1;
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
  margin-right: 15px;
  background-color: #eee;
}

.working-wrap .working-img-wrap .working-img:nth-child(3n) {
  margin-right: 0;
}
/* e::워킹스케치 */

/* s:: 전시활동 */
.exhibition-wrap .wide-bnr-wrap {
  background-color: #36ba98;
}

.exhibition-wrap .thumb-container .thum-img {
  width: 36%;

  max-width: 454px;
  margin-right: 5em;
}

.exhibition-wrap .thumb-container .thumb-tit {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  font-size: 4.2rem;
  font-weight: bold;
  color: #36ba98;
}

.exhibition-wrap .thumb-container .thumb-tit .main-tit {
  font-weight: bold;
  color: #36ba98;
}

.exhibition-wrap .thumb-container .thumb-tit .space-tit {
  font-size: 2rem;
  align-items: center;
  padding: 0.3em 0 0.3em;
  color: #999;
  font-weight: 500;
}

.exhibition-wrap .thumb-container .thumb-tit .space-tit i {
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.3em;
  color: #aaa;
}

.exhibition-wrap .thumb-container .thumb-tit:after {
  width: 1em;
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #36ba98;
}

.exhibition-wrap .thumb-container .date-info {
  font-size: 2.5rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 1.7em;
}

.exhibition-wrap .thumb-container .thumb-info-txt {
  font-size: 1.8rem;
  color: #555;
}
.exhibition-wrap .thumb-container .thumb-info-txt p {
  margin-bottom: 0.5em;
  line-height: 1.5;
  word-break: keep-all;
}
.exhibition-wrap .thumb-info-wrap {
  width: 50%;
}
.exhibition-wrap .exhibit-sub-wrap .tit {
  font-size: 3.2rem;
  font-weight: bold;
  color: #36ba98;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #cacaca;
}

.exhibition-wrap .exhibit-sub-wrap .talking-wrap {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #343434;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

.exhibition-wrap .exhibit-sub-wrap .img-wrap {
  width: 90%;
  max-width: 1090px;
  margin: 100px auto 0;
}

.exhibition-wrap .exhibit-sub-wrap .line {
  border: 1px solid #000;
}

.thumbSwiper {
  margin-top: 1em;
}

.thumbSwiper .swiper-slide {
  cursor: pointer;
}

.thumb-wrap {
  position: relative;
}
.thumb-wrap .swiper-button-next,
.thumb-wrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
}
.thumb-wrap .swiper-button-next:after,
.thumb-wrap .swiper-button-prev:after {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}
.thumb-wrap .swiper-button-next {
  right: -20px;
}

.thumb-wrap .swiper-button-prev {
  left: -20px;
}
/* e:: 전시활동 */

/* 작품활동 */
.artwork-wrap .wide-bnr-wrap {
  background-color: #7f150d;
  color: #fff;
}
.artwork-wrap .tab-btn-wrap li a {
  text-transform: uppercase;
}
.artwork-wrap .tab-btn-wrap li.on a {
  background-color: #7f150d;
  font-weight: bold;
}
.artwork-wrap .artwork-info-wrap {
  text-align: center;
}
.artwork-wrap .artwork-info-wrap .tit {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.artwork-wrap .artwork-info-wrap .txt {
  color: #555;
  line-height: 1.7;
  font-size: 1.8rem;
  margin-top: 1.5em;
  padding-top: 1.5em;
  word-break: keep-all;
  position: relative;
}

.artwork-wrap .artwork-info-wrap .txt:after {
  background-color: #333333;
  width: 3em;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.artwork-wrap .artwork-container {
  flex-wrap: wrap;
}

.artwork-wrap .artwork-container li {
  width: 50%;
  aspect-ratio: 1 / 1;
}

.artwork-wrap .youtube-container {
  width: 100%;
  aspect-ratio: 4/ 2.5;
}

.artwork-wrap .youtube-container.video-wrap video {
  width: 100%;
  object-fit: contain;
}

.artwork-wrap .youtube-container iframe {
  width: 100%;
  display: block;
  height: 100%;
}

.yotube-btn-wrap {
  margin-bottom: 100px;
}

.youtube-btn-wrap .btn-tit {
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 1.5em;
}

.youtube-btn-wrap .go-btn {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em 1.5em;
  border-radius: 1.5em;
  background-color: #7f150d;
  color: #fff;
  transition: all 0.3s;
}

.youtube-btn-wrap .go-btn:hover {
  background-color: #121212;
  font-weight: bold;
}

.youtube-btn-wrap .go-btn i {
  margin-right: 0.3em;
  font-size: 2.4rem;
}
/* e:: 작품활동 */

.contact-wrap .wide-bnr-wrap {
  background-color: #f2f2f2;
}

.contact-wrap .wide-bnr-wrap .tit,
.contact-wrap .wide-bnr-wrap .sub-tit {
  color: #121212;
  text-transform: uppercase;
}

.form-container .title-wrap {
  padding: 50px 0;
}
.form-container .tit {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
}

.form-container .sub-tit {
  font-size: 2.8rem;
}
.form-wrap {
  flex-wrap: wrap;
  font-size: 2.2rem;
  width: 100%;
  justify-content: space-between;
}
.form-wrap .width-50 {
  width: 50%;
  padding-right: 2em;
}

.form-wrap .width-100 {
  width: 100%;
}
.form-wrap .width-50,
.form-wrap .width-100 {
  margin-bottom: 1.5em;
}
.form-wrap .label {
  margin-bottom: 0.3em;
}
.form-wrap label {
  width: 100%;
  position: relative;

  padding-right: 0.7em;
  font-weight: bold;
}

.form-wrap .essential label:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #7f150d;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.form-wrap input,
.form-wrap textarea {
  padding: 0.6em 0.3em;
  font-size: 2rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aaa;
  font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
}

.form-wrap textarea {
  border: 1px solid #ccc;
  padding: 1em;
}

.form-wrap input::placeholder,
.form-wrap textarea::placeholder {
  color: #aaa;
}

.form-wrap .text-line {
  text-decoration: underline;
  font-weight: bold;
}
.form-wrap .privacy-wrap {
  align-items: center;
}
.form-wrap .privacy {
  width: 1em;
  height: 1em;
  margin-right: 0.8em;
  border-radius: 50%;
}

.form-wrap .privacy-wrap label {
  cursor: pointer;
}

.form-wrap .privacy-wrap input[type='checkbox'] {
  display: none;
}
.form-wrap .privacy-wrap .label {
  margin-bottom: 0;
  cursor: pointer;
}
.form-wrap .privacy-wrap label {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ccc;
  position: relative;
  margin-right: 0.5em;
}

.form-wrap .privacy-wrap input[type='checkbox']:checked + label:after {
  content: '\F633';
  font-family: bootstrap-icons;
  font-size: 2rem;
  position: absolute;
  text-align: center;

  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.form-wrap .privacy-btn {
  font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
  font-size: 1.6rem;
  border: 1px solid #121212;
  background-color: transparent;
  margin-left: 1.5em;
  padding: 0.4em 1.5em;
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.3s;
  color: #121212;
}

.form-wrap .privacy-btn:hover {
  background-color: #121212;
  color: #fff;
  font-weight: bold;
}

.form-wrap .submit-btn {
  font-size: 2rem;
  padding: 0.5em 2em;
  margin-top: 2em;
  color: #fff;
  text-align: center;
  border-radius: 0;
  background-color: #121212;
  border: 1px solid #121212;
}

.popup-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.popup-wrap.on {
  visibility: visible;
}

.popup-wrap .white-bg {
  padding: 2em 3em;
  background-color: #fff;
  border-radius: 10px;
}

.popup-wrap .white-bg .title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
}

.popup-wrap .white-bg .title:after {
  width: 100%;
  height: 1px;
  background-color: #121212;
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
}

.popup-wrap .white-bg li {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}

.popup-wrap .white-bg li .tit {
  font-weight: bold;
  padding-right: 1em;
  font-size: 2.2rem;
}

.popup-wrap .white-bg li .txt {
  padding: 0.5em 0;
}

.popup-wrap .close-btn {
  background-color: #121212;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  padding: 0.5em 1em;
}

.submit-wrap .btn-wrap .go-btn {
  font-size: 2rem;
  padding: 0.5em 2em;
  color: #fff;
  background-color: #121212;
}

@media (max-width: 1560px) {
  .exhibition-wrap .thumb-container .thumb-info-txt p br {
    display: none;
  }
  .profile-wrap .profile-info .intro {
    font-size: 2rem;
    word-break: keep-all;
  }
}

@media (max-width: 1280px) {
  .profile-wrap .photo-container .name-wrap .sub-tit {
    font-size: 2rem;
  }
  .profile-wrap .photo-container .name-wrap .tit {
    font-size: 4rem;
  }
  .profile-wrap .profile-info .main-name {
    font-size: 2.8rem;
  }

  .profile-wrap .profile-info .job {
    font-size: 1.8rem;
  }
  .profile-wrap .profile-info .intro {
    font-size: 1.6rem;
  }
  .profile-wrap .info-02 {
    font-size: 1.6rem;
  }
  .profile-black-wrap .black-info-wrap .b-info-box .tit {
    font-size: 2.4rem;
  }
  .profile-black-wrap .black-info-wrap .b-info-box .info-list li {
    font-size: 1.6rem;
    word-break: keep-all;
  }

  .design-tit {
    font-size: 3.6rem;
  }
  .working-wrap .title-container .tit {
    font-size: 4rem;
  }
  .working-wrap .title-container .sub-tit {
    font-size: 1.8rem;
  }
}

@media (max-width: 1024px) {
  .profile-black-wrap .black-info-wrap .b-info-box .info-list .info-date {
    flex-shrink: 0;
    width: 50px;
  }
  .tab-btn {
    overflow-x: scroll;
    flex-wrap: nowrap;

    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .tab-btn::-webkit-scrollbar {
    display: none;
  }

  .tab-btn-wrap li {
    flex-shrink: 0;
    margin-right: 1em;
    margin-bottom: 1em;
  }

  .tab-btn-wrap li a {
    font-size: 1.6rem;
    padding: 0.5em 1.5em;
  }
  .tab-btn-wrap,
  .profile-wrap .tab-btn-wrap {
    padding: 5vh 0;
  }

  .exhibition-wrap .thumb-container .thumb-tit {
    font-size: 3.2rem;
  }
  .exhibition-wrap .thumb-container .date-info {
    font-size: 1.8rem;
  }

  .artwork-wrap .artwork-info-wrap .tit {
    font-size: 3.2rem;
  }
}
/* 아이패드 */
@media (max-width: 1024px) and (min-height: 1365px) {
}

@media (max-width: 769px) {
  .youtube-btn-wrap {
    flex-wrap: wrap;
  }
  .youtube-btn-wrap .btn-tit {
    width: 100%;
    margin-bottom: 0.7em;
  }
}
@media (max-width: 650px) {
  #sub-wrap .wide-bnr-wrap {
    height: 180px;
  }

  #sub-wrap .wide-bnr-wrap .sub-tit {
    font-size: 1.6rem;
  }
  #sub-wrap .wide-bnr-wrap .tit {
    font-size: 3rem;
  }
  /* about */
  .profile-wrap .photo-container .name-wrap .sub-tit {
    font-size: 1.6rem;
  }
  .profile-wrap .photo-container .name-wrap .tit {
    font-size: 3.2rem;
  }

  .profile-wrap .profile-info {
    flex-wrap: wrap;
    margin-top: 5vh;
  }

  .profile-wrap .profile-info > div {
    width: 100%;
    margin-bottom: 5vh;
  }

  .profile-wrap .profile-info .main-name {
    font-size: 2.8rem;
  }

  .profile-wrap .profile-info .job {
    font-size: 1.8rem;
    margin-bottom: 1.2em;
  }

  .profile-wrap .profile-info .intro,
  .profile-wrap .info-02 li {
    font-size: 1.6rem;
  }

  .profile-list-wrap {
    padding-bottom: 5vh;
  }
  .design-tit {
    font-size: 2.4rem;
  }

  .profile-black-wrap .black-info-wrap {
    flex-wrap: wrap;
  }

  .black-info-wrap.half-wrap .b-info-box,
  .black-info-wrap.third-wrap .b-info-box {
    width: 100%;
    margin-bottom: 2em;
  }

  .profile-black-wrap .black-info-wrap .b-info-box .tit {
    font-size: 2.4rem;
  }

  .profile-black-wrap .black-info-wrap .b-info-box .info-list li {
    font-size: 1.6rem;
  }

  .profile-black-wrap .black-info-wrap .b-info-box .info-list .info-date {
    width: 70px;
    margin-right: 0;
  }

  .profile-black-wrap .black-info-wrap .b-info-box .info-list li .info-txt {
    width: calc(100% - 70px);
    word-break: keep-all;
  }

  .working-wrap .title-container .tit {
    font-size: 3.2rem;
  }
  .working-wrap .title-container .sub-tit {
    font-size: 1.6rem;
  }
  .working-wrap .working-img-wrap {
    padding: 5vh 0;
  }
  .working-wrap .working-img-wrap .working-img {
    width: calc((100% - 20px) / 2);
  }

  .working-wrap .working-img-wrap .working-img {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .working-wrap .working-img-wrap .working-img:nth-child(2n) {
    margin-right: 0;
  }
  .working-wrap .working-img-wrap .working-img:nth-child(3n) {
    margin-right: 10px;
  }
  /*e:: about */

  /* s:: exhibition */
  .thumb-container .inner {
    flex-wrap: wrap;
  }
  .exhibition-wrap .thumb-container .thum-img {
    width: 60%;
    max-width: initial;
    margin-right: 0;
    padding-bottom: 1em;
  }

  .exhibition-wrap .thumb-info-wrap {
    width: 100%;
  }

  .exhibition-wrap .thumb-container .thumb-tit {
    font-size: 2.8rem;
    letter-spacing: -0.01em;
  }

  .exhibition-wrap .thumb-container .date-info {
    font-size: 1.8rem;
  }

  .exhibition-wrap .thumb-container .thumb-info-txt p,
  .exhibition-wrap .exhibit-sub-wrap .talking-wrap {
    font-size: 1.6rem;
  }

  .exhibition-wrap .exhibit-sub-wrap .tit {
    font-size: 2.4rem;
  }

  .exhibition-wrap .exhibit-sub-wrap .img-wrap {
    width: 100%;
    margin: 3vh auto;
  }

  .thumb-wrap .swiper-button-next,
  .thumb-wrap .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 35px;
  }
  .thumb-wrap .swiper-button-next:after,
  .thumb-wrap .swiper-button-prev:after {
    font-size: 1.6rem;
  }
  /* e:: exhibition */

  /* s::artwork */
  .artwork-wrap .artwork-info-wrap .tit {
    font-size: 2.8rem;
  }

  .artwork-wrap .artwork-info-wrap .txt {
    font-size: 1.6rem;
    text-align: justify;
    word-break: break-all;
  }

  .youtube-btn-wrap {
    flex-wrap: wrap;
  }

  .youtube-btn-wrap .btn-tit {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
  }

  .youtube-btn-wrap .go-btn {
    font-size: 1.6rem;
  }
  /* e::artwork */

  /* form-mail */
  .form-container .tit {
    font-size: 2.8rem;
  }

  .form-container .sub-tit {
    font-size: 1.6rem;
    padding-top: 0.5em;
  }

  .form-wrap .width-50 {
    width: 100%;
    padding-right: 0;
  }

  .form-wrap {
    font-size: 1.6rem;
  }

  .form-wrap input,
  .form-wrap textarea {
    font-size: 1.6rem;
  }

  .form-wrap .privacy-wrap {
    flex-wrap: wrap;
  }

  .form-wrap .privacy-btn {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 1em;
  }

  .form-wrap .submit-btn {
    display: block;
    width: 100%;
  }

  .form-container {
    min-height: 30vh;
  }

  /* e::form-mail */
}

@media (max-width: 450px) {
  .profile-wrap .profile-info .main-name {
    font-size: 2.4rem;
  }
  .profile-wrap .profile-info .intro,
  .profile-wrap .info-02 li {
    font-size: 1.4rem;
  }
  .design-tit {
    font-size: 2.1rem;
  }
  .profile-black-wrap .black-info-wrap .b-info-box .tit {
    font-size: 1.8rem;
  }

  .profile-black-wrap .black-info-wrap .b-info-box .info-list li {
    font-size: 1.4rem;
  }

  .artwork-wrap .artwork-info-wrap .tit {
    font-size: 2.4rem;
  }

  .artwork-wrap .artwork-info-wrap .txt {
    font-size: 1.4rem;
  }

  .exhibition-wrap .thumb-container .thumb-tit,
  .exhibition-wrap .exhibit-sub-wrap .tit {
    font-size: 2rem;
  }
  .exhibition-wrap .thumb-container .date-info {
    font-size: 1.4rem;
  }
  .exhibition-wrap .thumb-container .thumb-tit:after {
    width: 2em;
    height: 2px;
  }
  .exhibition-wrap .thumb-container .thumb-info-txt p,
  .exhibition-wrap .exhibit-sub-wrap .talking-wrap {
    font-size: 1.4rem;
  }

  .exhibition-wrap .thumb-container .thumb-tit .space-tit {
    font-size: 1.4rem;
  }

  .exhibition-wrap .thumb-container .thumb-info-txt p br,
  .exhibition-wrap .exhibit-sub-wrap .talking-wrap br {
    display: none;
  }
}
