p.swiper-slide {
    transform: translateX(1000px);
    transition: .7s;
}

body {
    letter-spacing: -0.38px;
    color: #303030;
}
h1 {
    font-size: 53px;
    text-align: center;
    margin-bottom: 15px;
}
h2 {
    font-size: 32px;
    font-weight: 600;
}
h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #777777;
    margin-bottom: 50px;
}
h4 {
    font-weight: 500;
    font-size: 20px;
}
h5 {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
a {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}



/* 헤더 */

.swiper.line-banner {
    background: #303030;
}
.swiper.line-banner p.swiper-slide {
    display: flex;
    justify-content:  space-around;
    /* border: 1px solid red; */
}
.swiper.line-banner p.swiper-slide span {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 14px 0;
    /* border: 1px solid blue; */
}
.swiper.line-banner .swiper-wrapper,
.swiper.logomark-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.main-header {
    padding: 30px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .primary-nav {
    display: flex;
    gap: 31px;
    align-items: center;
}
.primary-nav nav {
    display: flex;
    gap: 23px;
}
.main-header .primary-nav a.go-pick {
    color: #FFA3A3;
}
.main-header .primary-nav a.go-event {
    color: #FF2222;
}
.primary-nav h1.logo a {
    background: url("images/logo.svg") no-repeat center /cover;
    display: block;
    width: 331px;
    height: 29px;
}

.main-header .secondary-nav {}


.global-menu {
    display: flex;
    gap: 15px;
    justify-content: end;
    margin-bottom: 17px;
}

.user-menu {
    display: flex;
    gap: 19px;
    justify-content: end;
    align-items: center;
}
.help-shopping {
    display: flex;
    gap: 1px;
}
.help-shopping a {
    width: 39px;
    height: 39px;
}
.help-shopping a.go-cart {
    position: relative;
    padding: 10px 0 10px 0;
}
.help-shopping a.go-cart img {
    width: 29px;
    height: 29px;
    display: block;
}
.help-shopping a.go-cart span.count {
    background: #0063ba;
    color: #fff;
    display: inline-block;
    border-radius: 11px;
    text-align: center;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: 0px;
}
.help-shopping a.go-search {
    padding: 13px 13px 5px 5px;
}

.help-shopping a.go-search img{
    width: 21px;
    height: 21px;
}

.user-menu .authentication {
    padding: 14px;
    background: #002E56;
    display: flex;
    gap: 13px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.authentication a.login {
    display: flex;
    gap: 6px;
}
.authentication a span {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.authentication a.login img {
    width: 23px;
    height: 23px;
    display: block;
}

.authentication a.with-us {
    display: flex;
    gap: 6px;
}

/* 메인 비쥬얼 스와이퍼 */

section.main-visual.swiper {
    position: relative;
    margin-bottom: 200px;
    /* width: 1920px;
    height: 1320px; */
    height: 100%;
}


.main-visual.swiper {}

.main-visual.swiper .swiper-wrapper {}

.main-visual.swiper .swiper-wrapper .swiper-slide {
    height: 100vh;
    display: flex;
    align-items: center;
}

.main-visual.swiper .swiper-wrapper .swiper-slide img  {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.swiper-pagination.visual-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 61px;
    transform: translate(-50%);
}



.swiper-pagination.viual-pagination {
    display: flex;
}


.swiper-pagination.visual-pagination span {
    width: 10px;
    height: 10px;
    background: #0063BA;
    display: inline-block;
    border-radius: 5px;
}





/* 위클리 베스트 */

section.weekly-best {
    margin-bottom: 200px;
}

.weekly-best article.weekly.inner {}

.weekly-best article.weekly.inner ul.tab-container {
    display: flex;
    gap: 21px;
    justify-content: center;
    margin-bottom: 24px;
}

.weekly-best article.weekly.inner ul.tab-container li.tab.tab-active {
    background: #333333;
    color: #FFFFFF;
}


.weekly-best article.weekly.inner ul.tab-container li.tab {
    width: 260px;
    height: 50px;
    padding: 14px 0 0 15px;
    border-radius: 25px;
    border: 1px solid #333;
    color: #555;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.weekly-best article.weekly.inner ul.all-cate {
    display: flex;
    justify-content: center;
    gap: 16px;
}
ul.all-cate li.best-rank {
    position: relative;
}


ul.all-cate li.best-rank img {
    width: 561px;
    height: 570px;
    border-radius: 16px;
    display: block;
}
li.best-rank span.best {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #2066B1;
    padding: 35px 20px;
    position: absolute;
    border-radius: 75px;
    top: 10px;
    left: 10px;
}
ul.all-cate li.mid-rank {
    width: 864px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}


/* 호 버 */


ul.all-cate li.mid-rank .th-medium {
    position: relative;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
}

ul.all-cate li.mid-rank .th-medium .price-info {
    position: absolute;
    left: 14px;
    bottom: 16px;
    opacity: 0;
    transition: .4s ease-in;
}
ul.all-cate li.mid-rank .th-medium .price-info:hover {
    opacity: 1;
}




ul.all-cate li.mid-rank .price-info h5 {
    margin-bottom: 6px;
}
ul.all-cate li.mid-rank .price-info p.price span.rate {
    font-size: 14px;
    font-weight: 700;
    color: #0063BA;
}
ul.all-cate li.mid-rank .price-info p.price strong {
    font-size: 14px;
}
ul.all-cate li.mid-rank .price-info p.price span.cost {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 70);
}
ul.all-cate li.mid-rank img {
    width: 277px;
    height: 277px;
    display: block;
}

/* 신 제 품  */

section.new-arrival {
    margin-bottom: 200px;
}
article.new-container {
    width: 1513px;
    margin: 0 auto;
    /* border: 1px solid aqua; */
    position: relative;
}
.swiper.new-slider {
    width: 1441px;
    position: relative;
}

.new-navigation {
    width: 1513px;
    height: 50px;
    position: relative;
    /* border: 1px solid red;     */
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.new-navigation button {
    width: 50px;
    height: 50px;
    border: none;
    /* border: 1px solid blue; */
    top: 154px;
    cursor: pointer;
}
.new-navigation button.prev {
    background: url("images/prev.svg")no-repeat center /cover;
}
.new-navigation button.next {
    background: url("images/next.svg")no-repeat center /cover;
}
.new-arrival .render-pagination {
    display: flex;
    gap: 93px;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.swiper.new-slider img {
    width: 100%;
}
.new-arrival .render-pagination .cate-tab.cate-active {
    color: #303030;
}
.new-arrival .render-pagination .cate-tab {
    font-size: 32px;
    font-weight: 700;
    color: #ccc;
    cursor: pointer;
}
.swiper.new-slider .swiper-wrapper {
    margin-bottom: 84px;
}

.swiper.new-slider a.swiper-slide {
    width: 355px;
    overflow: hidden;
}

.swiper.new-slider a.swiper-slide .th-big{
    width: 355px;
    height: 355px;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 12px;
}
.swiper.new-slider a.swiper-slide ul.item-info {
    width: 355px;
    padding: 0 10px;
}
ul.item-info li.name {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}
ul.item-info span.rank {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    position: relative;
}
ul.item-info span.rank::before {
    content: url("images/star.svg");
    position: absolute;
    left: -20px;
    top: 1px;
}
ul.item-info li.cost {
    font-weight: 700;
    color: #b0b0b0;
    margin: 6px 0;
}
ul.item-info li.price {
    display: flex;
}

ul.item-info li.price span.price {
    color: #555;
    font-weight: 700;
}
ul.item-info li.price p.rate {
    font-weight: 700;
    color: #0063BA;
}

.new-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 1441px;
    height: 5px;
    background: #DFDFDF;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}

.new-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
    background: #0063BA;;
}



/* 리얼 리뷰 */
section.real-review {
    margin-bottom: 200px;
}
.swiper.review-slider {
    width: 1513px;
    position: relative;
}

.swiper.review-slider .swiper-wrapper {
    width: 1444px;
}

.swiper.review-slider .review-navigation {
    width: 1513px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.swiper.review-slider .review-navigation button {
    width: 50px;
    height: 50px;
    display: block;
    border: none;
    cursor: pointer;
}
.swiper.review-slider .review-navigation button.prev {
    background: url("images/prev.svg") no-repeat center / cover;
}
.swiper.review-slider .review-navigation button.next {
    background: url("images/next.svg") no-repeat center / cover;
}


.swiper.review-slider .swiper-wrapper .swiper-slide {
    width: 1444px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    justify-content: center;
}



.swiper.review-slider .swiper-wrapper a {
    width: 280px;
    height: 514px;
    padding: 9px 10px 19px;
    border: 1px solid #D3D3D3;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
}



.swiper.review-slider .swiper-wrapper .th-small {
    margin-bottom: 20px;
}


.swiper.review-slider .swiper-wrapper .th-small img {
    width: 260px;
    height: 260px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.swiper.review-slider .swiper-wrapper a ul li.review-content {
    width: 260px;
    height: 63px;
    overflow: hidden;
    line-height: 140%;
    font-size: 15px;
    color: #858585;
}


.swiper.review-slider .swiper-wrapper a ul li.review-title {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 10px;
}

.swiper.review-slider .swiper-wrapper .swiper-slide a ul li.writer {
    display: flex;
    gap: 13px;
    align-items: center;
    margin: 16px 0 10px;
}
p.nickname {
    font-size: 12px;
}
p.date {
    font-size: 10px;
    font-weight: 500;
    color: #858585;
}
.swiper.review-slider .swiper-wrapper .swiper-slide li.go-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.swiper.review-slider .swiper-wrapper .swiper-slide li.go-item span {
    font-weight: 500;
}

/* 로고 슬라이더 */

.swiper.logomark-slider {
    margin-bottom: 200px;
}

.swiper.logomark-slider .swiper-wrapper {
    /* border: 1px solid red; */
    /* background: red; */
}
.swiper.logomark-slider .swiper-wrapper .swiper-slide {
    /* border: 1px solid blue; */
    display: flex;
    justify-content: space-around;
}



.swiper.logomark-slider .swiper-wrapper .swiper-slide img {
    width: 18%;
    /* border: 3px solid blue; */
}

/* 인플루언서 픽 */

section.influencer-pick {
    margin-bottom: 200px;
}
.influencer-pick h1 {}
.influencer-pick h1::after {
    content: url("images/pick.svg");
    display: inline-block;
    position: relative;
    top: 5px;
    left: 3px;
}

.influencer-pick article.influencer.inner {
    display: flex;
    justify-content: center;
}

article.influencer.inner .eunbin-pick {
    width: 742px;
    height: 870px;
    overflow: hidden;
    position: relative;
}
article.influencer.inner .eunbin-pick div {
    position: absolute;
    color: #fff;
    left: 39px;
    bottom: 102px;
}
article.influencer.inner .eunbin-pick div a.go-best-pick {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 5px;
}
article.influencer.inner .eunbin-pick div p {
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 42px;
}


article.influencer.inner ul.pick-item {
    width: 699px;
    display: flex;
    flex-wrap: wrap;
    padding: 19px 18px;
    background: #F4F4F4;
    cursor: pointer;
}

article.influencer.inner ul.pick-item li.item .th-pick {
    width: 326px;
    height: 326px;
}
article.influencer.inner ul.pick-item li.item .th-pick img {
    width: 100%;
    height: 100%;
}

article.influencer.inner ul.pick-item figure {}

article.influencer.inner ul.pick-item figure h6.name {
    font-weight: 500;
    font-size: 14px;
    color: #1B1B1B;
}

article.influencer.inner ul.pick-item figure h6.review {
    font-size: 14px;
    font-weight: 400;
    color: #535353;
    margin: 6px 0;
}

article.influencer.inner ul.pick-item figure .pick-price-info {
    display: flex;
    gap: 11px;
}

figure .pick-price-info span.consumer-price {
    color: #2066B1;
    font-size: 16px;
    font-weight: 500;
}


figure .pick-price-info span.retail-price {
    color: #787878;
}



figure .pick-price-info span.desc {
    color: #2066B1;
    font-weight: 600;
}

/* 오 버 리 뷰  */

section.overview {
    
    margin-bottom: 200px;
}

.overview .video {
    width: 1441px;
    height: 838px;
    margin: 0 auto;
}
.overview .video video {
    width: 100%;
    height: 100%;
    display: block;
}

/* 아 웃 트 로  */

section.outro {
    text-align: center;
    position: relative;
    background: url('images/bg.png') no-repeat center / cover;
    display: block;
    height: 786px;
}
.outro div {
    /* border: 5px solid aqua; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.outro h2 {
    color: #FFAD3A;
    font-size: 32px;
    font-weight: 600;
}
.outro p.slogan {
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0;
    color: #FFCA38;
}

.outro h3.line {
    line-height: 150%;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}


/* 푸 터  */
footer {
    background: #002B58;
    color: #fff;
    padding: 100px;
}
footer a {
    color: #fff;
}
.footer-top {
    display: flex;
    gap: 53px;
    align-items: center;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    font-size: 18px;
    font-weight: 400;
}
.footer-container li.title {
    margin-bottom: 5px;
}

.footer-container ul.details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-container ul.details li.copyright {
    font-size: 16px;
    color: #E5E5E5;
}
.footer-container ul.details li {

}
.footer-container ul.cs-center {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-container ul.membership {
    display: flex;
    flex-direction: column;
    gap: 14px;

}
ul.membership li.signup-text {
    line-height: 160%;
}

ul.membership li.signup-link {
    width: 251px;
    height: 54px;
    position: relative;
}
ul.membership li.signup-link a.go-user-info {
    padding: 5px 10px;
    border: 1px solid #fff;
    display: flex;
    gap: 7px;
    position: absolute;
    bottom: 0;
}
ul.membership li.signup-link a.go-user-info span {
    font-size: 16px;
}

.footer-bottom {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .meta-nav {
    display: flex;
    gap: 20px;
}

.footer-bottom .isms-scope {
    display: flex;
    gap: 33px;
    align-items: center;

}
.footer-bottom .isms-scope a {
    width: 130px;
    height: 130px;
    display: block;
    background: url("images/isms.png") no-repeat center / cover;
}
.footer-bottom .isms-scope p {
    line-height: 160%;
}