.InfoModal {
  position: fixed;
  display: block;
  top: 0;
  -webkit-backdrop-filter: blur(55px);
          backdrop-filter: blur(55px);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  -webkit-animation: backgroundShow 0.33s;
          animation: backgroundShow 0.33s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.InfoModal__Backdrop {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}
.InfoModal__Container {
  background: #f9f9f9;
  display: block;
  margin: auto;
  margin-bottom: auto;
  border-radius: 25px;
  padding: 0 45px;
  width: 100%;
  height: 100%;
  max-width: 1150px;
  max-height: 646px;
  -webkit-animation: blogTypeContainerShow 0.75s;
          animation: blogTypeContainerShow 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.InfoModal__Wrapper {
  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: 100%;
  width: 100%;
}
.InfoModal__Header {
  font-family: "Notos", "source-han-serif-tc", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.2px;
  font-size: 28px;
  display: block;
  display: inline-block;
  position: relative;
  width: 100%;
}
.InfoModal__Header span {
  width: 100%;
  display: block;
  text-align: center;
}
.InfoModal__Header > button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.InfoModal__InfoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75%;
  width: 100%;
}
.InfoModal__InfoContent img {
  max-width: 80%;
  height: auto;
}
.InfoModal__InfoContentDesc {
  display: block;
  max-width: 55%;
  text-align: center;
  margin: 16px 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  height: auto;
}
.InfoModal__InfoContent button {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  padding: 6px 24px;
  font-size: 1.15rem;
  font-weight: 500;
  text-align: center;
  background: #e2b486 !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 4px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
}
.InfoModal__InfoContent button:hover {
  opacity: 0.75;
}
.InfoModal__Divider {
  width: 2px;
  height: 65%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(139, 139, 139, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(139, 139, 139, 0.75) 45%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(rgba(139, 139, 139, 0.75) 45%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 15px;
  background-repeat: repeat-y;
}
.InfoModal__BlogType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.78;
}
.InfoModal__BlogType:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.InfoModal__BlogTypeImg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
}
.InfoModal__BlogTypeDesc {
  margin-top: 20px;
  text-align: center;
}
.InfoModal__BlogTypeDesc h2 {
  text-align: center;
  font-size: 22px;
}
.InfoModal__BlogTypeDesc span {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1190px) {
  .InfoModal__Container {
    width: 95%;
    margin: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .InfoModal__Backdrop {
    background: #f9f9f9;
  }
  .InfoModal__Container {
    width: 100%;
    margin: 0 !important;
    background: #f9f9f9;
    padding: 0 20px;
  }
  .InfoModal__Header > button {
    position: fixed;
    top: 16px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .InfoModal__Backdrop {
    background: #f9f9f9;
  }
  .InfoModal__Container {
    width: 100%;
    background: #f9f9f9;
    padding: 0 20px;
  }
  .InfoModal__BlogType {
    width: 100%;
  }
  .InfoModal__BlogTypeImg {
    max-width: 250px;
  }
  .InfoModal__Header > button {
    position: fixed;
    top: 16px;
    right: 10px;
  }

  .InfoModal__InfoContent img {
    max-width: 95%;
    height: auto;
  }

  .InfoModal__InfoContentDesc {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .InfoModal__Container {
    width: 100% !important;
    max-width: 100%;
    max-height: 100vh;
    padding: 0;
  }

  .InfoModal__InfoContentDesc {
    font-size: 16px;
  }

  .InfoModal__Wrapper {
    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: 100vh;
    width: 100%;
  }

  .InfoModal__InfoContent {
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }

  .InfoModal__Divider {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(139, 139, 139, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, rgba(139, 139, 139, 0.75) 35%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, rgba(139, 139, 139, 0.75) 35%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    width: 90%;
    height: 1px !important;
    padding: 32px 0 0 0;
    margin: 0 0 32px 0;
  }

  .InfoModal__Header > button {
    position: absolute;
    top: -3px;
    right: 10px;
  }

  .InfoModal__Header {
    margin-top: 16px;
    
    background: #f9f9f9;
    font-size: 25px;
  }

  .InfoModal__BlogTypeDesc span {
    font-size: 17px;
  }
}
@media screen and (max-height: 667px) {
  .InfoModal__Header {
    margin-top: 16px;
  }

  .InfoModal__Divider {
    padding: 14px 0 0 0;
    margin: 0 0 16px 0;
  }

  .InfoModal__InfoContent {
    overflow: scroll;
  }

  .InfoModal__BlogTypeImg {
    max-width: 250px;
  }
}
@media screen and (max-height: 640px) {
  .InfoModal__Divider {
    padding: 24px 0 0 0;
    margin: 0 0 24px 0;
  }

  .InfoModal__InfoContent {
    overflow: scroll;
  }

  .InfoModal__BlogTypeImg {
    max-width: 230px;
  }

  .InfoModal__Container {
    overflow: scroll;
  }

  .InfoModal__Wrapper {
    margin-bottom: 50px;
  }
}
@-webkit-keyframes backgroundShow {
  from {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
}
@keyframes backgroundShow {
  from {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
}
@-webkit-keyframes blogTypeContainerShow {
  from {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes blogTypeContainerShow {
  from {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}