@charset "utf-8";

.common-list.report .list-detail p span {
	display: block;
	padding-left: 1.5rem;	
}

.wellness-title {
	margin-top: 14rem;
	margin-bottom: 7rem;
	text-align: center;
	@media screen and (max-width: 767px) {
		margin-top: 6rem;
		margin-bottom: 4rem;
	}
	img {
		@media screen and (max-width: 767px) {
			max-width: 300px;
		}
	}
}

.wellness-about {
	margin-bottom: 7.5rem;
	text-align: center;

	.about-detail {
		margin-bottom: 3rem;
		font-weight: 500;
		font-size: 2.4rem;
		line-height: 180%;
		text-align: center;
		letter-spacing: 0.02em;
		@media screen and (max-width: 767px) {
			font-size: 2rem;
		}
	}
	.about-notes {
		margin-bottom: 4rem;
		font-weight: 400;
		font-size: 1.8rem;
		line-height: 160%;
		text-align: center;
		letter-spacing: 0.02em;
	}
}

.shipping-detail,
.contact-detail {
	margin-bottom: 4rem;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	text-align: center;

	@media screen and (max-width: 767px) {
		text-align: left;
	}
}

.shipping-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem;

  @media screen and (max-width: 767px) {
    gap: 2rem;
  }

	& a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0 4rem;
		min-width: 20.8rem;
		height: 6rem;
		background: #000000;
		border-radius: 3rem;

    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #FFFFFF;
    text-decoration: none;

    @media screen and (max-width: 767px) {
      height: 5rem;
      font-size: 1.4rem;
      border-radius: 2.5rem;
    }


    @media (hover: hover) and (pointer: fine) {
      transition: ease 0.25s opacity;
      &:hover{
        opacity: 0.6;
      }
    }
	}
}

.shipping-notes{
	font-weight: bold;
	color: #dd0703;
}
