<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gbookBox {
  display: none;
  text-align: left;
  color: #333;
}
.gbookBox ul,
.gbookBox li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gbookBox .message-box {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
.gbookBox .message-box .message-modal {
  max-width: 600px;
  max-height: 520px;
  width: 80vw;
  height: 80vh;
  border: 1px #ccc solid;
  border-radius: 3px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.gbookBox .message-box .message-modal .message-title {
  border-bottom: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 10px;
  flex-shrink: 0;
}
.gbookBox .message-box .message-modal .message-title .message-close {
  float: right;
  width: 50px;
  height: 50px;
  background: url(/skin/gbook/icon/close.svg) center center / 15px 15px no-repeat;
  cursor: pointer;
}
.gbookBox .message-box .message-modal .message-form {
  padding: 15px;
  flex-grow: 1;
  overflow: auto;
}
.gbookBox .message-box .message-modal .message-form ul li {
  margin-bottom: 10px;
}
.gbookBox .message-box .message-modal .message-form ul li label {
  display: block;
  line-height: 24px;
  margin-bottom: 6px;
}
.gbookBox .message-box .message-modal .message-form ul li input,
.gbookBox .message-box .message-modal .message-form ul li textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  box-sizing: border-box;
}
.gbookBox .message-box .message-modal .message-form ul li input.error,
.gbookBox .message-box .message-modal .message-form ul li textarea.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.gbookBox .message-box .message-modal .message-form ul li textarea {
  height: 100px;
}
.gbookBox .message-box .message-modal .message-bottom {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 0 15px;
  flex-shrink: 0;
}
.gbookBox .message-box .message-modal .message-bottom button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  border: 0;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: none;
  border-radius: 3px;
  height: 32px;
  padding: 0 15px;
}
.gbookBox .message-box .message-modal .message-bottom button.message-submit {
  margin-left: 10px;
}
.gbookBox .message-box .message-modal .message-bottom button.message-cancel {
  background-color: #6c757d;
}
@media (min-width: 992px) {
  .gbookBox .right-bottom-btn {
    display: none;
  }
  .gbookBox .fiexd {
    position: fixed;
    right: -180px;
    top: 200px;
    z-index: 999;
    transition: all 0.5s;
  }
  .gbookBox .fiexd:hover {
    right: 0;
  }
  .gbookBox .fiexd li {
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #184e9c;
    margin-top: 5px;
    color: #fff;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 230px;
  }
  .gbookBox .fiexd li a {
    color: #fff;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    display: flex;
    align-items: center;
  }
  .gbookBox .fiexd li a span {
    display: block;
    line-height: 1.2;
    word-break: break-all;
  }
  .gbookBox .fiexd li.mobile {
    background-image: url(/skin/gbook/icon/mobile-fff.svg);
  }
  .gbookBox .fiexd li.mail {
    background-image: url(/skin/gbook/icon/mail-fff.svg);
  }
  .gbookBox .fiexd li.inquiry {
    background-image: url(/skin/gbook/icon/inquiry-fff.svg);
  }
  .gbookBox .fiexd li.return-top {
    background-image: url(/skin/gbook/icon/return-top-fff.svg);
  }
}
@media (max-width: 992px) {
  .gbookBox .right-bottom-btn {
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 9px 0px #a5a5a5;
    position: fixed;
    right: 35px;
    bottom: 85px;
    margin-right: -25px;
    margin-bottom: -25px;
    z-index: 999;
    border-radius: 50%;
    background: #fff url(/skin/gbook/icon/more.svg) center center / 60% 60% no-repeat;
    transition: all 0.5s;
    transform: rotate(0deg);
  }
  .gbookBox .right-bottom-btn.open {
    background: #fff url(/skin/gbook/icon/close.svg) center center / 40% 40% no-repeat;
    transform: rotate(-90deg);
  }
  .gbookBox .fiexd {
    position: fixed;
    right: 35px;
    bottom: 85px;
    z-index: 998;
    width: 50px;
    height: 50px;
    margin-right: -25px;
    margin-bottom: -25px;
    border-radius: 50%;
    transition: all 0.5s;
    transform: rotate(135deg);
  }
  .gbookBox .fiexd.open {
    transform: rotate(0deg);
  }
  .gbookBox .fiexd li {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position: absolute;
    box-shadow: 0px 0px 9px 0px #a5a5a5;
  }
  .gbookBox .fiexd li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 50px;
  }
  .gbookBox .fiexd li a span {
    display: none;
  }
  .gbookBox .fiexd li.mobile {
    top: -125px;
    left: 0;
    background-image: url(/skin/gbook/icon/mobile-333.svg);
  }
  .gbookBox .fiexd li.mail {
    top: -105px;
    left: -68px;
    background-image: url(/skin/gbook/icon/mail-333.svg);
  }
  .gbookBox .fiexd li.inquiry {
    top: -60px;
    left: -113px;
    background-image: url(/skin/gbook/icon/inquiry-333.svg);
  }
  .gbookBox .fiexd li.return-top {
    top: 0px;
    left: -125px;
    background-image: url(/skin/gbook/icon/return-top-333.svg);
  }
}
</pre></body></html>