body {
    letter-spacing: -0.38px;
    color: #1B1B1B;
}
.inner {
    width: 1356px;
    margin: 0 auto;
    /* border: 1px solid pink; */
}
a {
    color: inherit;
}
h1 {
    font-weight: 500;
    font-size: 48px;
    text-align: center;
}
h2 {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
}
h3 {
    font-weight: 600;
    color: #FFF;
}
h4 {
    font-weight: 600;
    font-size: 24px;
}
h5 {
    font-weight: 600;
    font-size: 20px;
}
h6.name {
    font-weight: 600;
    font-size: 18px;
}
span.rank {
    width: 62px;
    height: 65px;
    padding: 13px 9px;
    font-size: 32px;
    background: #F49C00;
    color: #fff;
    text-align: center;
    border-radius: 0 0 10px 0;
}
form#search-box {
    width: 177px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    position: relative;
    border: 1px solid #D9D9D9;
}
input#search {
    width: 125px;
    height: 20px;
    position: absolute;
    left: 15px;
    border: none;
}
#icon {
    width: 24px;
    height: 24px;
    display: block;
    background: url(images/search.svg) no-repeat center / cover;
    text-indent: -9999px;
    position: absolute;
    border: none;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}
/* .price-info */

p.hash {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    gap: 14px;
}
p.price {
    display: flex;
    gap: 6px;
    margin: 12px 0;
}

p.price strong {
    font-size: 18px;
}
p.price span.rate {
    color: #FF0000;
    font-size: 18px;
    font-weight: 700;
}
.badge {
    display: flex;
    gap: 9px;
    font-size: 10px;
}
.badge span.best {
    color: #000;
    background: #E7E7E7;
    padding: 1.5px 8px;
}

.badge span.hot {
    color: #fff;
    background: #FF0000;
    padding: 1.5px 10px;
}
span.badge {
    color: #000;
    background: #E7E7E7;
    padding: 1.5px 8px;
}
.badge span.badge:nth-child(2) {
    color: #fff;
    background: #FF0000;
    padding: 1.5px 10px;
}

/* header */

header {
    height: 156px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;

}
.header-top {
    /* border: 1px solid black; */
    width: 1381px;
    /* height: 70px; */
    color: #1B1B1B;
    margin: 0 auto;
}
.user-menu {
    display: flex;
    gap: 15px;
    justify-content: end;
    padding: 23px 0;
    
}
.header-bottom {
    /* border: 1px solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

h1.logo a {
    width: 229px;
    height: 45px;
    display: block;
    background: url(images/logo.svg) no-repeat center / cover;
}
nav.gnb {
    display: flex;
    gap: 45px;
}
nav.gnb a {
    font-weight: 500;
}
nav.gnb a:first-child {
    color: #FF0000;
}
nav.gnb a:nth-child(2) {
    color: #FF0000;
}


    /* 메인 비쥬얼 */

section.main-visual {
    display: block;
    background: #1d1814;
    text-align: center;
}
section.main-visual img {
    width: 100%;
    max-width: 1920px; 
}

    /* 카테고리 */

section.category {
    text-align: center;
    height: 518px;
    margin: 90px 0px;
}
.category .inner {
    width: 1490px;
}
.category h1 {
    margin-bottom: 92px;
}
.inner .category {
    display: flex;
    gap: 29px;
    justify-content: center;
}
.inner .category a {
    width: 188px;
}
.inner .category a img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

    /* 레코맨드 */
section.recommend {
    margin-top: 79px;
}
.recommend h1 {
    text-align: center;
    margin-bottom: 55px;
}
.recommend article {
    width: 1417px;
    height: 549px;
    margin: 0 auto;
}
.recomm-container {
    width: 1417px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 58px;
}
.recomm-container button {
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
button.prev {
    background: url(images/prev.svg)no-repeat center /cover;
    left: 3px;
    top: 163px;
    
}
button.next {
    background: url(images/next.png)no-repeat center /cover;
    right: 8px;
    top: 163px;
}
.swiper.recomm-slider {
    width: 1357px;
    /* border: 1px solid #000; */
}
.recommend .swiper-wrapper li {
    width: 332px;
    height: 497px;
}
.recommend .swiper-wrapper li .th {
    position: relative;
    width: 100%;
    height: 355px;
    background: #F4F4F4;
    margin-bottom: 9px;
    border-radius: 20px;
    overflow: hidden;
}
.recommend .swiper-wrapper li .th img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recommend h6.name,
.all h6.name {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.swiper-wrapper li .th span.rank {
    position: absolute;
}

.swiper-progress {
    width: 1356px;
    height: 5px;
    display: inline-block;
    background: #DFDFDF;
    border-radius: 5px;
    position: relative;
    left: 30px;
}
section.recommend span.swiper-pagination-progressbar-fill {
    background: #F49C00;
}
.swiper-progress span {
    width: 332px;
    height: 5px;
    background: #F49C00;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
}


/* 헬 스 인 포 */
section.health-info {
    /* padding: 0 281px; */
    position: relative;
    margin-top: 223px;
    margin-bottom: 106px;
}
.health-info h1 {
    margin-bottom: 51px;
    text-align: center;
}


section.health-info .swiper.info-slider { overflow: hidden; }

section.health-info li.swiper-slide{
  width: 442px;
  flex: 0 0 442px;  
  box-sizing: border-box;
}



/* 모두 50%의 오퍼시티로 흐림 */
section.health-info li.swiper-slide {
    width: 442px;
    opacity: .5;
}
/* active만 안 흐림 */
section.health-info li.swiper-slide.swiper-slide-active {
    opacity: 1;
    /* background: #000; */
}
section.health-info li.swiper-slide.swiper-slide-prev {
    opacity: 1;
    /* background: red; */
}
section.health-info li.swiper-slide.swiper-slide-next {
    opacity: 1;
    /* background: blue; */
}

.th-big {
    margin-bottom: 12px;
}
.th-big img {
    width: 442px;
    height: 442px;
    border-radius: 27px;
}

figcaption {
    width: 442px;
}
figcaption h5 {
    margin-bottom: 15px;
}
figcaption p {
    width: 100%;
}
.info-navigation button {
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 304px;
    z-index: 2;
}
.info-navigation button.prev {
    position: absolute;
    left: 256px;
}
.info-navigation button.next {
    position: absolute;
    right: 256px;
}

/* 전체상품 */

section.all.inner {
    /* margin-bottom: 90px; */
}

.all.inner h1 {
    text-align: center;
    margin-bottom: 70px;
}
ul.all-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

ul.all-items li .th-medium {
    width: 324px;
    height: 274px;
    background: #F4F4F4;
    margin-bottom: 11px;
    position: relative;
}

ul.all-items li .th-medium img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.all.inner a.more {
    text-align: center;
    width: 149px;
    padding: 10px 0;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    margin-top: 70px;
    margin-bottom: 90px;
}


 /* 리 뷰 */

section.review {
    background: url(images/review-bg.jpg)no-repeat top / cover;
    height: 836px;
}
.review .title {
    padding-top: 70px;
    text-align: center;
}
.title h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
}
.title p {
    color: #fff;
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 52px;
}

.review ul.swiper-wrapper li.swiper-slide {
    width: 328px;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
}
.th-review {
    width: 328px;
    height: 230px;
    position: relative;
}

.th-review span.best {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    padding: 16px 7px 15px;
    color: #fff;
    background: #F49C00;
}
.th-review img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.review-card {
    text-align: left;
    padding: 20px 20px 34px;
}

.review-content h6.name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-content > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin: 10px 0;
    color: #A8A8A8;
}

.review-content small {
    font-size: 12px;
    font-weight: 500;
    color: #A8A8A8;
}

.review-content span.grade {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    gap: 5px;
}
.review-content span.grade::before {
    content: url("images/star.svg");
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
}

.product-tags {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 19px;
}

.product-tags div {
    font-weight: 700;
}
.product-tags div p.tags {
    font-size: 12px;
    font-weight: 600;
    color: #A8A8A8;
}
.product-tags .th-tivy {
    width: 60px;
    height: 60px;
    background: #f4f4f4;
    position: relative;
    border-radius: 10px;
}
.product-tags .th-tivy img {
    width: 33px;
    height: 46px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-tags div p.tags {
    margin-top: 11px;
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
}
.review-pagination {
    width: 1365px;
    height: 5px;
    background: #dfdfdf;
    display: inline-block;;
    border-radius: 5px;
    position: relative;
}
section.review .inner .review-pagination span {
    background: #F49C00;
}
.review-pagination span {
    width: 332px;
    height: 5px;
    border-radius: 5px;
    display: inline-block;
    background: #F49C00;
}

/* 프 로 모 션 */

section.promotion {
    margin: 192px 0 319px;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.promotion-banner{
    width: 790px;
    height: 433px;
    background: #FFD600;
    position: relative;
}

.contents {
    position: absolute;
    top: 38px;
    left: 40px;
}

.contents ul li {
    font-size: 32px;
    font-weight: 500;
}

.contents ul li.big {
    font-size: 82px;
    font-weight: 700;
}

.hand {
    background: url(images/hand.png);
    width: 334px;
    height: 403px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.hand > img {
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    right: 114px;
    top: 72px;
    margin-bottom: 27px;
}

.hand p.id {
    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    padding: 5px 21px;
    border-radius: 11px;
    background: #391B1D;
    display: inline-block;
    color: #F6E409;
    position: absolute;
    right: 67px;
    top: 163px;
}

.onepoint {
    width: 790px;
    height: 131px;
    padding: 38px 32px;
    background: #391B1D;
    position: absolute;
    bottom: 0;
}

.onepoint p {
    color: #F8F0EC;
    line-height: 150%;
    font-size: 18px;
}


.promotion-banner .youtube {
    width: 790px;
    height: 433px;
    display: block;
}

/* 오 버 리 뷰 */
section.overview h1 {
    margin-bottom: 120px;
}
.product-overview {
    position: relative;
}
.product-overview.ursa .side-tab {
    width: 139px;
    height: 982px;
    border-right: 1px solid #A8A8A8;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.side-tab button {
    width: 137px;
    height: 95px;
    border: 1px solid #A8A8A8;
    cursor: pointer;
    background: transparent;
}
.overview-visual {
    height: 100vh;
}
.overview-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.overview-visual img.on {
    opacity: 1;
}


/* 푸터 */
footer {
    background: #4C4C4C;
    color: #fff;
    padding: 70px 91px 70px;
    display: flex;
    justify-content: space-between;
}
footer div.run {
    margin-bottom: 89px;
}
.first .sns-locns a {
    display: flex;
    gap: 10px;
}

.run h3.center {
    font-weight: 500;
}
.run h2.cs-num {
    font-weight: 700;
    margin: 27px 0 ;
}
.run p.time {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 27px;
}
.run p.day {
    font-size: 18px;
}
footer div.business {
    display: flex;
    flex-direction: column;
    gap: 35px;
    /* border: 1px solid aqua; */
}
footer div.business .brand {
    display: flex;
}
footer .business figure {
    display: flex;
    /* border: 1px solid lime; */
    gap: 22px;
}
footer .business figure p{
    /* border: 1px solid blue; */
}

footer .company h3 {
    margin-bottom: 67px;
}