<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pop-section {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #1e1e1e;
}
.pop-section .row &gt; div {
  height: 100vh;
}
.pop-section .close-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: fixed;
  top: 10%;
  right: 8%;
  z-index: 10000;
}
.pop-section .close-box:hover img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.pop-section .close-box:hover img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.pop-section .close-box img {
  position: absolute;
  transition: all 0.3s linear;
  width: 50px;
  height: 50px;
}
.pop-section .close-box img:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.pop-section .close-box img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.pop-section .en-name {
  opacity: 0.9;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.pop-section .name {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
}
.pop-section .common-btn {
  background-color: #C20C22;
  color: #fff;
  margin-top: 30px;
  border-color: #C20C22;
}
.pop-section .t-name {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.pop-section .t-tel {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.pop-section .t-o-tel {
  font-size: 16px;
  font-weight: 300;
  color: #9F9F9F;
  line-height: 2;
}
.pop-section .qr-box {
  display: flex;
  align-items: center;
}
.pop-section .qr-box .item {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #707070;
  margin-right: 20px;
}
.pop-section .qr-box .item:last-child {
  margin-right: 0;
}
.pop-section .qr-box .item img {
  width: 114px;
  height: 114px;
  border: 8px solid #F2F2F2;
  object-fit: cover;
  margin-bottom: 20px;
}
/*# sourceMappingURL=pop.css.map */</pre></body></html>