#arrowIcon1 {
  position: absolute;
  top: 0;
  right: 217px;
  bottom: 11px;
  display: none;
  width: 56px;
  height: 78px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#arrowIcon2 {
  position: absolute;
  top: 0;
  right: 288px;
  bottom: 11px;
  display: none;
  width: 56px;
  height: 78px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#arrowIcon3 {
  position: absolute;
  top: 2px;
  right: 156px;
  bottom: 11px;
  display: none;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#arrowIcon4 {
  position: absolute;
  top: 2px;
  right: 186px;
  bottom: 11px;
  display: none;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#arrowBtnPopup1 {
  position: absolute;
  top: 150px;
  right: 275px;
  bottom: 11px;
  z-index: 2;
  display: none;
  width: 400px;
  height: 130px;
  cursor: pointer;
  background: #fff;
  border: 4px solid #666;
  border-radius: 6px;
}

#arrowBtnPopup2 {
  position: absolute;
  top: 150px;
  right: 15px;
  bottom: 11px;
  z-index: 2;
  display: none;
  width: 910px;
  height: 100px;
  cursor: pointer;
  background: #fff;
  border: 4px solid #666;
  border-radius: 6px;
}

#arrowBtnPopup3 {
  position: absolute;
  top: 80px;
  right: 15px;
  bottom: 11px;
  z-index: 2;
  display: none;
  width: 515px;
  height: 55px;
  background: #fff;
  border: 2px solid #666;
  border-radius: 3px;
}

#arrowBtnPopup4 {
  position: absolute;
  top: 80px;
  right: 15px;
  bottom: 11px;
  z-index: 2;
  display: none;
  width: 515px;
  height: 55px;
  background: #fff;
  border: 2px solid #666;
  border-radius: 3px;
}

#arrowBtnPopup2Txt {
  margin-top: 10px;
  margin-left: 12px;
  font-size: 1.4em;
  color: #00f;
}

#arrowBtnPopup1Txt1 {
  width: 175px;
  margin: 10px;
  margin-left: 30px;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}

#arrowBtnPopup1Txt2 {
  width: 240px;
  height: 44px;
  padding-top: 15px;
  margin-left: 80px;
  font-size: 1.8em;
  color: #000;
  text-align: center;
  background: #ffc;
}

.arrowIcon {
  background-image: url(../images/c.svg);
}

.arrowIcon:hover {
  background-image: url(../images/c.svg);
}
