#linkContainer {
  width: 100%;
  padding-top: 320px;
  margin-top: -180px;
  position: relative;
  overflow: hidden;
}

.linkContentsContainer {
  width: 1400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.linkContentsContainer > img:first-of-type {
  width: 100%;
  vertical-align: bottom;
}

.linkContentsContainer > img:nth-of-type(2) {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.linkContentsContainer > img:nth-of-type(3) {
  width: 1396px;
  position: absolute;
  bottom: 0;
  right: 870px;
}

.linkContentsContainer > img:nth-of-type(4) {
  width: 322px;
  position: absolute;
  top: -230px;
  right: -110px;
  z-index: -1;
}

.linkContents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linkBtn {
  width: 346px;
  height: 80px;
  margin: 0 auto 30px;
  background: var(--gradient2);
}
.linkBtn:last-of-type {
  margin-bottom: 0;
}

.linkBtn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21.3px;
}









@media (max-width: 1024px) {
/* #linkContainer {
  width: 100%;
  padding-top: 320px;
  margin-top: -180px;
  position: relative;
  overflow: hidden;
}

.linkContentsContainer {
  width: 1400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.linkContentsContainer > img:first-of-type {
  width: 100%;
  vertical-align: bottom;
}

.linkContentsContainer > img:nth-of-type(2) {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.linkContentsContainer > img:nth-of-type(3) {
  width: 1396px;
  position: absolute;
  bottom: 0;
  right: 870px;
}

.linkContentsContainer > img:nth-of-type(4) {
  width: 322px;
  position: absolute;
  top: -230px;
  right: -110px;
  z-index: -1;
}

.linkContents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linkBtn {
  width: 346px;
  height: 80px;
  margin: 0 auto 30px;
  background: var(--gradient2);
}
.linkBtn:last-of-type {
  margin-bottom: 0;
}

.linkBtn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21.3px;
} */

}









@media (max-width: 560px) {
#linkContainer {
  /* width: 100%; */
  padding-top: 0px;
  margin-top: 0px;
  /* position: relative;
  overflow: hidden; */
}

.linkContentsContainer {
  /* width: 1400px; */
  margin-top: -50px;
  /* position: relative;
  left: 50%;
  transform: translateX(-50%); */
}

/* .linkContentsContainer > img:first-of-type {
  width: 100%;
  vertical-align: bottom;
}

.linkContentsContainer > img:nth-of-type(2) {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.linkContentsContainer > img:nth-of-type(3) {
  width: 1396px;
  position: absolute;
  bottom: 0;
  right: 870px;
}

.linkContentsContainer > img:nth-of-type(4) {
  width: 322px;
  position: absolute;
  top: -230px;
  right: -110px;
  z-index: -1;
}

.linkContents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linkBtn {
  width: 346px;
  height: 80px;
  margin: 0 auto 30px;
  background: var(--gradient2);
}
.linkBtn:last-of-type {
  margin-bottom: 0;
}

.linkBtn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21.3px;
} */
}