/* Font */
@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/GmarketSansLight.woff") format("woff");
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GmarketSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GmarketSans-Bold.woff") format("woff");
}

/* 공통 */
.container {
  max-width: 640px;
}

img {
  width: 100%;
}

.wrapper {
  margin: 0 auto !important;
  max-width: 640px;
  font-family: "GmarketSans";
  text-align: center;
}

/* header */
.nav {
  padding: 8px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.nav > h1.tit {
  padding: 0 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.nav > a {
  z-index: 1;
}

.wrapper {
  margin: 0 auto !important;
  max-width: 640px;
}

.section {
  padding: 90px 40px;
}

@media (max-width: 560px) {
  .section {
    padding: 50px 20px;
  }
}

/* 탑버튼 */
.topBtn {
  position: fixed;
  bottom: 70px;
  right: 30px;

  width: 50px;
  height: 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  color: var(--Greyscale9);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);

  z-index: 11;
  padding-bottom: 6px;
  box-sizing: border-box;
}

.topBtn img {
  display: block;
  width: 20px;
  height: 20px;
}

/* sec01 */

.sec01 img {
  width: 100%;
}

/* sec02 */
.sec02 {
  background: #19a576;
}

.sec02 p.subTxt {
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  word-break: keep-all;
  word-wrap: break-word;
}

.sec02 p.titTxt {
  color: #fbff4b;
  font-size: 42px;
  font-weight: bold;
  line-height: 45px;
  word-break: keep-all;
  word-wrap: break-word;
}

.wBox {
  margin-top: 36px;
  padding: 36px;
  background: #fff;
  border-radius: 20px;
}

.sec02 p.infoTxt {
  margin-top: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 560px) {
  .sec02 p.subTxt {
    font-size: 26px;
  }

  .sec02 p.titTxt {
    font-size: 36px;
    line-height: 40px;
  }

  .sec02 p.infoTxt {
    font-size: 18px;
  }

  .wBox {
    margin-top: 26px;
    padding: 24px 18px;
  }
}

@media (max-width: 460px) {
  .sec02 p.subTxt {
    font-size: 22px;
  }

  .sec02 p.titTxt {
    font-size: 28px;
    line-height: 32px;
  }

  .sec02 p.infoTxt {
    font-size: 14px;
  }
}

/* sec03 */
.sec03 {
  background: #208563;
}

.sec03 p.subTxt {
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  word-break: keep-all;
  word-wrap: break-word;
}

.sec03 p.subTxt > br {
  display: none;
}

.sec03 p.titTxt {
  color: #fbff4b;
  font-size: 42px;
  font-weight: bold;
  line-height: 45px;
  word-break: keep-all;
  word-wrap: break-word;
}

.sec03 .wBox:last-child {
  margin-top: 56px;
}

.sec03 .wBox p.cirTxt {
  margin: 0 auto;
  padding: 12px 24px 6px;
  width: fit-content;
  color: #208563;
  font-size: 36px;
  font-weight: bold;
  background: #fbff4b;
  border-radius: 50px;
}

.sec03 .wBox img {
  margin-top: 36px;
  width: 70%;
}

.sec03 .wBox:last-child img {
  width: 90%;
}

.sec03 .wBox .goods {
  margin-top: 36px;
  color: #424242;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  word-break: keep-all;
  word-wrap: break-word;
}

@media (max-width: 560px) {
  .sec03 p.subTxt {
    font-size: 26px;
  }

  .sec03 p.titTxt {
    font-size: 36px;
    line-height: 40px;
  }

  .sec03 .wBox:last-child {
    margin-top: 46px;
  }

  .sec03 .wBox p.cirTxt {
    font-size: 26px;
  }

  .sec03 .wBox img,
  .sec03 .wBox:last-child img {
    margin-top: 24px;
    width: 100%;
  }

  .sec03 .wBox .goods {
    font-size: 21px;
    line-height: 24px;
  }
}

@media (max-width: 460px) {
  .sec03 p.subTxt {
    font-size: 22px;
  }

  .sec03 p.titTxt {
    font-size: 28px;
    line-height: 32px;
  }

  .sec03 .wBox:last-child {
    margin-top: 36px;
  }

  .sec03 .wBox p.cirTxt {
    font-size: 21px;
  }

  .sec03 .wBox .goods {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 400px) {
  .sec03 p.subTxt > br,
  .sec03 .wBox .goods > br {
    display: block;
  }
}

/* sec04 */
.sec04 {
  background: #19a576;
}

.sec04 p.cirTxt {
  margin: 0 auto;
  padding: 12px 24px 6px;
  width: fit-content;
  color: #208563;
  font-size: 36px;
  font-weight: bold;
  background: #fbff4b;
  border-radius: 50px;
}

.sec04 .wBox p.numTxt {
  margin-bottom: 24px;
  color: #353535;
  font-size: 28px;
  font-weight: 500;
  word-break: keep-all;
  word-wrap: break-word;
}

.sec04 .wBox p.numTxt.brNo > br:nth-child(1),
.sec04 .wBox p.numTxt.brNo > br:nth-child(3) {
  display: none;
}

.sec04 .wBox img {
  width: 70%;
}

.sec04 .wBox img.check {
  width: 48px;
  height: 48px;
}

.sec04 .txtBox {
  margin-top: 70px;
}

.sec04 p.subTxt {
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  word-break: keep-all;
  word-wrap: break-word;
}

.sec04 p.titTxt {
  color: #fbff4b;
  font-size: 42px;
  font-weight: bold;
  line-height: 45px;
  word-break: keep-all;
  word-wrap: break-word;
}

@media (max-width: 560px) {
  .sec04 p.cirTxt {
    font-size: 26px;
  }

  .sec04 .wBox p.numTxt {
    margin-bottom: 21px;
    font-size: 24px;
  }

  .sec04 .wBox img {
    width: 90%;
  }

  .sec04 .txtBox {
    margin-top: 40px;
  }

  .sec04 p.subTxt {
    font-size: 26px;
    line-height: 30px;
  }

  .sec04 p.titTxt {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 460px) {
  .sec04 p.cirTxt {
    font-size: 21px;
  }

  .sec04 .wBox p.numTxt {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .sec04 .wBox p.numTxt.brNo > br:nth-child(1),
  .sec04 .wBox p.numTxt.brNo > br:nth-child(3) {
    display: block;
  }

  .sec04 .wBox img {
    width: 100%;
  }

  .sec04 .wBox img.check {
    width: 32px;
    height: 32px;
  }

  .sec04 p.subTxt {
    font-size: 22px;
    line-height: 25px;
  }

  .sec04 p.titTxt {
    font-size: 28px;
    line-height: 32px;
  }
}

/* sec05 */
.sec05 {
  background: #f2bfe8;
}

.sec05 p.downTxt {
  margin-bottom: 32px;
  color: #208563;
  font-size: 42px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: keep-all;
}

.sec05 p.downTxt > br {
  display: none;
}

.sec05 .downBtnBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.sec05 .downBtnBox a {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  background: #fff;
  border-radius: 8px;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
}

.sec05 .downBtnBox a img {
  width: 36px;
  height: 36px;
}

.sec05 .downBtnBox a p {
  padding-top: 5px;
  color: #495057;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 560px) {
  .sec05 p.downTxt {
    margin-bottom: 26px;
    font-size: 36px;
    line-height: 40px;
  }

  .sec05 p.downTxt > br {
    display: block;
  }

  .sec05 .downBtnBox {
    gap: 18px;
  }

  .sec05 .downBtnBox a {
    padding: 16px;
  }

  .sec05 .downBtnBox a img {
    width: 28px;
    height: 28px;
  }

  .sec05 .downBtnBox a p {
    font-size: 21px;
  }
}

@media (max-width: 460px) {
  .sec05 p.downTxt {
    font-size: 28px;
    line-height: 32px;
  }

  .sec05 .downBtnBox {
    gap: 16px;
  }

  .sec05 .downBtnBox a {
    padding: 12px;
  }

  .sec05 .downBtnBox a img {
    width: 24px;
    height: 24px;
  }

  .sec05 .downBtnBox a p {
    font-size: 18px;
  }
}

/* sec06 */
.sec06 {
  color: #fff;
  background: #bb3987;
}

.sec06 p.titTxt {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
}

.sec06 ul li {
  margin: 5px 0;
  position: relative;
  font-family: "Noto Sans Korean";
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  word-break: keep-all;
  word-wrap: break-word;
}

.sec06 ul li::before {
  display: inline-block;
  margin-right: 8px;
  content: "·";
  font-size: 24px;
  position: absolute;
  top: -4px;
  left: 0;
}

.sec06 ul li:not(.txt) {
  padding-left: 22px;
}

@media (max-width: 560px) {
  .sec06 p.titTxt {
    font-size: 28px;
  }

  .sec06 ul li {
    font-size: 16px;
  }

  .sec06 ul li::before {
    font-size: 20px;
    top: -2px;
  }

  .sec06 ul li:not(.txt) {
    padding-left: 18px;
  }
}

@media (max-width: 460px) {
  .sec06 p.titTxt {
    font-size: 26px;
  }

  .sec06 ul li {
    font-size: 14px;
  }

  .sec06 ul li::before {
    font-size: 18px;
    top: -3px;
  }

  .sec06 ul li:not(.txt) {
    padding-left: 14px;
  }
}

/* 푸터 */
footer {
  margin: 0 auto;
  max-width: 640px;
  padding: 30px 20px;
  background: var(--Greyscale2);
  box-sizing: border-box;
}

footer .footerInfo,
footer .copyright {
  color: var(--Greyscale6);
  font-size: 15px;
  line-height: 145%;
  word-break: keep-all;
}

footer .footerInfo > span {
  padding-right: 8px;
  font-weight: bold;
}

footer .copyright {
  margin-top: 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

footer .copyright .snsLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 460px) {
  footer .footerInfo,
  footer .copyright {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  footer .copyright {
    flex-direction: column;
    align-items: flex-start;
  }
}
