body {
  padding: 0;
  margin: 0; }

img {
  vertical-align: bottom; }

p.btobTitle {
  position: relative; }
  p.btobTitle a {
    display: block;
    width: 174px;
    position: absolute;
    top: 19px;
    right: 45px;
    z-index: 10;
    transition: 0.3s opacity; }
    p.btobTitle a:hover {
      opacity: 0.7; }

div.faxList {
  color: #fff;
  margin-bottom: 40px; }
  div.faxList > div {
    display: flex;
    width: 365px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 auto; }
  div.faxList h3 {
    font-size: 18px; }
  div.faxList ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0; }
    div.faxList ul li {
      list-style: none;
      border-radius: 5px;
      overflow: hidden; }
    div.faxList ul a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 110px;
      height: 35px;
      padding-left: 30px;
      box-sizing: border-box;
      background: #666;
      color: #000;
      position: relative;
      font-size: 15px;
      font-weight: bold;
      background: linear-gradient(to bottom, #dbdbdb 0%, #d6d6d6 50%, #bfbfbf 51%, #cccccc 100%);
      transition: 0.3s all; }
      div.faxList ul a:hover {
        opacity: 0.6;
        text-decoration: none; }
      div.faxList ul a::before {
        content: "";
        width: 24px;
        height: 24px;
        background: url("../btob/img/icon_excel.svg") center center no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 12px);
        left: 10px;
        z-index: 10; }
      div.faxList ul a.pdf::before {
        background-image: url("../btob/img/icon_pdf.svg"); }

.faxNote {
  color: #ee0;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin: 0 20px 40px; }

div.btobBox {
  position: relative; }
  div.btobBox .btnToShop {
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: 10;
    line-height: 1;
    background: #fff; }
  div.btobBox a:hover {
    opacity: 0.7; }
