#sectionAdd2 {
  padding-top: 17.3rem;
  padding-bottom: 12.4rem;
  background-image: url("../_images/scadd2_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#sectionAdd2 .inner-box {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
#sectionAdd2 .inner-box .item-wrap01 {
  background-image: url("../_images/scadd2_bg02.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 9rem;
  display: flex;
  justify-content: center;
}
#sectionAdd2 .inner-box .item-wrap01 > li {
  width: 51.7rem;
  height: 51.7rem;
  border-radius: 50%;
  margin: 0 -4rem;
  display: flex;
  position: relative;
  justify-content: center;
}
#sectionAdd2 .inner-box .item-wrap01 > li .inner {
  text-align: center;
  position: relative;
  color: #fff;
}
#sectionAdd2 .inner-box .item-wrap01 > li .inner img {
  position: absolute;
  top: 21.5%;
  left: 50%;
  transform: translateX(-50%);
}
#sectionAdd2 .inner-box .item-wrap01 > li .inner h3 {
  font-family: "GmarketWeb";
  font-weight: 700;
  font-size: 4.2rem;
  letter-spacing: -0.03em;
  padding-bottom: 3rem;
  padding-top: 20.5rem;
}
#sectionAdd2 .inner-box .item-wrap01 > li .inner > ul > li {
  font-size: 2rem;
  letter-spacing: -0.03em;
}
#sectionAdd2 .inner-box .item-wrap01 > li .inner > ul > li:nth-child(1) {
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed #fff;
}
#sectionAdd2 .inner-box .item-wrap01 > li .inner > ul > li:nth-child(2) {
  padding-top: 1.4rem;
}
#sectionAdd2 .inner-box .item-wrap01 > li .inner > ul > li.border-bottom-none {
  border-bottom: none;
}
#sectionAdd2 .inner-box .item-wrap01 > li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../_images/scadd2_plus.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  z-index: 1;
}
#sectionAdd2 .inner-box .item-wrap01 > li:first-child {
  margin: 0 -4rem 0 0;
}
#sectionAdd2 .inner-box .item-wrap01 > li:last-child {
  margin: 0 0 0 -4rem;
}
#sectionAdd2 .inner-box .bottom-area {
  padding-top: 12rem;
}
#sectionAdd2 .inner-box .bottom-area .txt-area {
  text-align: center;
  padding-bottom: 8rem;
}
#sectionAdd2 .inner-box .bottom-area .txt-area h2 {
  font-size: 5rem;
  font-weight: 500;
  font-family: "GmarketWeb";
  letter-spacing: -0.03em;
  padding-bottom: 2.2rem;
}
#sectionAdd2 .inner-box .bottom-area .txt-area h2 b {
  font-weight: 700;
}
#sectionAdd2 .inner-box .bottom-area .txt-area p {
  font-size: 2rem;
  letter-spacing: -0.03em;
}
#sectionAdd2 .inner-box .bottom-area .item-wrap02 {
  display: flex;
  justify-content: center;
  gap: 4.21875vw;
}
#sectionAdd2 .inner-box .bottom-area .item-wrap02 .left {
  width: 37%;
}
#sectionAdd2 .inner-box .bottom-area .item-wrap02 .left > li {
  font-size: 2rem;
  letter-spacing: -0.03em;
  border-radius: 70px;
  background-color: #fff;
  padding: 3.7rem 0;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sectionAdd2 .inner-box .bottom-area .item-wrap02 .right {
  width: 63%;
}
#sectionAdd2 .inner-box .bottom-area .item-wrap02 .right > li {
  font-size: 2rem;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  background-color: #003b66;
  padding: 3.7rem 0;
  color: #fff;
  position: relative;
}
#sectionAdd2 .inner-box .bottom-area .item-wrap02 .right > li > span {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  background-image: url("../_images/scadd2_check.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0.9rem;
}
#sectionAdd2 .inner-box .bottom-area .item-wrap02 .right > li > p {
  margin-left: 7rem;
}

@media (max-width: 1449px) {
  #sectionAdd2 .inner-box .item-wrap01 {
    background-size: 95%;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li {
    margin: 0 -4rem;
    width: 49rem;
    height: 49rem;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner h3 {
    font-size: 3.8rem;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner > ul li {
    font-size: 1.8rem;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li:first-child {
    margin: 0 -4rem 0 0;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li:last-child {
    margin: 0 0 0 -4rem;
  }
}
@media (max-width: 1279px) {
  #sectionAdd2 .inner-box .item-wrap01 {
    margin-left: -10px;
    margin-right: -10px;
    background-size: 100%;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li {
    width: 490px;
    height: 490px;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner img {
    transform: translateX(-50%) scale(0.7);
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner h3 {
    font-size: 3.2rem;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner > ul li {
    font-size: 1.7rem;
  }
  #sectionAdd2 .inner-box .bottom-area .txt-area h2 {
    font-size: 4.5rem;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 {
    flex-direction: column;
    margin: 0 -10px;
    gap: 2vw;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .left {
    width: 100%;
    padding-bottom: 4rem;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .left > li {
    font-size: 1.7rem;
    padding: 2.8rem 0;
    max-width: 350px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .right {
    width: 100%;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .right > li {
    padding: 2.8rem 0;
    max-width: 650px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .right > li > span {
    width: 5rem;
    height: 5rem;
    background-size: 18px;
    left: 8px;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .right > li > p {
    font-size: 1.7rem;
  }
}
@media (max-width: 999px) {
  #sectionAdd2 .inner-box .item-wrap01 {
    position: relative;
    background-image: none;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    background-size: 100%;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li {
    width: 35rem;
    height: 35rem;
    position: relative;
    z-index: 2;
    margin: 0rem 0;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner img {
    transform: translateX(-50%) scale(0.7);
    top: 10%;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner h3 {
    font-size: 3.2rem;
    padding-top: 12.5rem;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner > ul li {
    font-size: 1.7rem;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li:not(:last-child)::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../_images/scadd2_plus.png");
    background-size: 80%;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: unset;
    bottom: 0;
    transform: translateY(0);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li:first-child {
    margin: 0 0 0 0;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li:last-child {
    margin: 0 0 0 0;
  }
  #sectionAdd2 .inner-box .item-wrap01::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url("../_images/scadd2_bg02_reverse.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 351px;
    height: 945px;
  }
}
@media (max-width: 768px) {
  #sectionAdd2 {
    padding: 10rem 0;
  }
  #sectionAdd2 .inner-box .cmn-tit .desc br {
    display: none;
  }
  #sectionAdd2 .inner-box .item-wrap01 {
    margin-top: 7rem;
    position: relative;
    background-image: none;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    background-size: 100%;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li {
    width: 31rem;
    height: 31rem;
    position: relative;
    z-index: 2;
    margin: 0rem 0;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner img {
    transform: translateX(-50%) scale(0.6);
    top: 15%;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner h3 {
    font-size: 2.8rem;
    padding-top: 12rem;
    padding-bottom: 2rem;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li .inner > ul li {
    font-size: 1.6rem;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li:not(:last-child)::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../_images/scadd2_plus.png");
    background-size: 70%;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: unset;
    bottom: -14px;
    transform: translateY(0);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li:first-child {
    margin: 0 0 0 0;
  }
  #sectionAdd2 .inner-box .item-wrap01 > li:last-child {
    margin: 0 0 0 0;
  }
  #sectionAdd2 .inner-box .item-wrap01::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url("../_images/scadd2_bg02_reverse.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 807px;
  }
  #sectionAdd2 .inner-box .bottom-area {
    padding-top: 7rem;
  }
  #sectionAdd2 .inner-box .bottom-area .txt-area h2 {
    font-size: 3rem;
    padding-bottom: 1rem;
  }
  #sectionAdd2 .inner-box .bottom-area .txt-area p {
    font-size: 1.8rem;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 {
    flex-direction: column;
    margin: 0 -10px;
    gap: 2vw;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .left {
    width: 100%;
    padding-bottom: 4rem;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .left > li {
    font-size: 1.7rem;
    padding: 2.8rem 0;
    max-width: 350px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .right {
    width: 100%;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .right > li {
    padding: 2.8rem 0;
    max-width: 650px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .right > li > span {
    width: 5rem;
    height: 5rem;
    background-size: 18px;
    left: 8px;
  }
  #sectionAdd2 .inner-box .bottom-area .item-wrap02 .right > li > p {
    font-size: 1.7rem;
  }
}/*# sourceMappingURL=main2.css.map */