.graphic {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

.graphic .dummy {
  margin-top: 0;
  opacity: 0;
  z-index: -1;
}

.graphicPage {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  padding-bottom: 18rem;
  margin-left: 39px;
}
@media screen and (max-width: 768px) {
  .graphicPage {
    padding-right: 0;
    padding-bottom: 12rem;
    margin-left: 0;
  }
}

#aboutArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #aboutArea {
    padding-right: 0;
    margin-top: 6.4rem;
    padding: 0 3.2rem;
  }
}
#aboutArea #aboutContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #aboutArea #aboutContainer {
    width: 100%;
  }
}
#aboutArea #aboutContainer #about__info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #aboutArea #aboutContainer #about__info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#aboutArea #aboutContainer #about__info #about__title {
  position: relative;
  color: #212426;
  font-weight: 900;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  width: 29.8rem;
}
@media screen and (max-width: 768px) {
  #aboutArea #aboutContainer #about__info #about__title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#aboutArea #aboutContainer #about__info #about__desc {
  position: relative;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  margin-top: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #aboutArea #aboutContainer #about__info #about__desc {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#aboutArea #aboutContainer #about__img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 4rem;
  border: #dadada solid 1px;
  box-sizing: border-box;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #aboutArea #aboutContainer #about__img {
    margin-top: 3.8rem;
  }
}
#aboutArea #aboutContainer #about__img img {
  width: 100%;
  height: auto;
}

#ruleArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #ruleArea {
    padding-right: 0;
    margin-top: 6.4rem;
    padding: 0 3.2rem;
  }
}
#ruleArea #ruleContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
  padding-bottom: 10rem;
  border-bottom: solid 1px #EDEEEF;
}
@media screen and (max-width: 768px) {
  #ruleArea #ruleContainer {
    padding-left: 0rem;
    padding-bottom: 0rem;
    width: 100%;
    border-bottom: none;
  }
}
#ruleArea #ruleContainer #rule__info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #ruleArea #ruleContainer #rule__info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#ruleArea #ruleContainer #rule__info #rule__title {
  position: relative;
  width: 19.8rem;
  color: #212426;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #ruleArea #ruleContainer #rule__info #rule__title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 4rem;
  }
}
#ruleArea #ruleContainer #rule__info #rule__desc {
  position: relative;
  flex: 1;
}
#ruleArea #ruleContainer #rule__info #rule__desc li {
  position: relative;
  display: inline-block;
  margin-bottom: 1.6rem;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  margin-top: 0;
  padding-left: 2em;
  text-indent: -2rem;
}
@media screen and (max-width: 768px) {
  #ruleArea #ruleContainer #rule__info #rule__desc li {
    padding-left: 1em;
    text-indent: -1.8rem;
    letter-spacing: 0.04rem;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 1.6rem;
  }
}
#ruleArea #ruleContainer #rule__img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 4rem;
  box-sizing: border-box;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #ruleArea #ruleContainer #rule__img {
    margin-top: 3.6rem;
  }
}
#ruleArea #ruleContainer #rule__img img {
  width: 100%;
  height: auto;
}

#deployArea {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #deployArea {
    padding-right: 0;
    margin-top: 10rem;
    padding: 0 3.2rem;
  }
}
#deployArea #deployContainer {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #deployArea #deployContainer {
    padding-left: 0rem;
    width: 100%;
  }
}
#deployArea #deployContainer #deploy__info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #deployArea #deployContainer #deploy__info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#deployArea #deployContainer #deploy__info #deploy__title {
  position: relative;
  color: #212426;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  #deployArea #deployContainer #deploy__info #deploy__title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#deployArea #deployContainer #deploy__imgList--1 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 4rem;
  box-sizing: border-box;
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem 4.4rem;
}
@media screen and (max-width: 768px) {
  #deployArea #deployContainer #deploy__imgList--1 {
    margin-top: 4.2rem;
    grid-template-columns: 1fr;
    grid-gap: 3.2rem;
  }
}
#deployArea #deployContainer #deploy__imgList--1 img {
  width: 100%;
  height: auto;
}
#deployArea #deployContainer #deploy__imgList--2 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 4.8rem;
  box-sizing: border-box;
  font-size: 0;
  display: grid;
  grid-template-columns: fit-content(38.2rem) 1fr;
  grid-gap: 4.1rem;
}
@media screen and (max-width: 768px) {
  #deployArea #deployContainer #deploy__imgList--2 {
    margin-top: 3.2rem;
    grid-template-columns: 1fr;
    grid-gap: 3.2rem;
  }
}
#deployArea #deployContainer #deploy__imgList--2 img {
  width: 100%;
  height: auto;
}

#download {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #download {
    width: 100%;
    padding-right: 0;
    margin-top: 8rem;
    padding: 0 3.2rem;
  }
}
#download #download__container {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #download #download__container {
    width: 100%;
  }
}
#download .download__txt {
  position: relative;
  margin-top: 7.2rem;
  width: 100%;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
  text-align: center;
}
#download .download__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.5 - 2.8) * 0.5rem);
}
#download .download__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1.5 - 2.8) * 0.5rem);
}
@media screen and (max-width: 768px) {
  #download .download__txt {
    margin-top: 6.4rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: left;
  }
}
#download .download__btn {
  position: relative;
}
#download .download__btn a {
  position: relative;
  width: 100%;
  height: 6.4rem;
  margin: 0 auto;
  border: #212426 solid 1px;
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  #download .download__btn a {
    margin-top: 2.4rem;
    padding-right: 2rem;
    width: 100%;
  }
}

#download .download__btn a span {
  color: #212426;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.06rem;
  transition: all 0.3s ease-out;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #download .download__btn a span {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
#download .download__btn a .download__arrow {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 0.86rem;
  height: auto;
  transform: translate(0, -50%);
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #download .download__btn a .download__arrow {
    right: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  #download .download__btn a:hover span {
    color: #EB5505;
		transform: translate(0.5rem , 0)
  }
	#download .download__btn a:hover .download__arrow {
  right: 2.25rem;
}
}