#page-section {
    position: relative;
    width: 100%;
    margin-top: 0;
}


/* title */
.title-main {
    display: flex;
    flex-wrap: nowrap;
    margin: 130px 0 30px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1;
}
.title-main>em {
    font-weight: 500;
}

/* 메인 Swiper */
.swiper-container {
    overflow: hidden;
    height: 0;
}
.swiper-container.swiper-container-initialized {
    height: auto;
}
.swiper-container.centered .swiper-wrapper {
    justify-content: center !important;
    margin: 0 auto;
}
.swiper-container .swiper-slide {
    height: auto;
}
.swiper-container.centered .swiper-slide:after {
    display: none !important;
}
.swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 6px !important;
    background: #000;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
    position: relative;
    top: auto;
    width: 85%;
    margin: 30px auto 0;
}
.swiper-button-prev,
.swiper-button-next {
    opacity: .3;
    transition: opacity .3s ease;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    opacity: 1;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: default;
}
.swiper-container:hover .swiper-button-prev.swiper-button-disabled,
.swiper-container:hover .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.swiper-button-prev.swiper-button-disabled:after,
.swiper-button-next.swiper-button-disabled:after {
    border-color: rgba(0,0,0,.3) !important;
}
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(255,255,255,.4) !important;
}
.swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(255,255,255,.4) !important;
}
.swiper-button-prev::after {
    width: 20px;
    height: 20px;
    border-width: 0 0 2px 2px;
}
.swiper-button-next::after {
    width: 20px;
    height: 20px;
    border-width: 0 2px 2px 0;
}
/* 탭 + Swiper */
.tab-group {
    margin-bottom: 25px;
}
.tab-group>ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.tab-group>ul>li {
    width: auto;
    height: auto;
    margin-left: 24px;
    color: #929292;
    font-size: 18px;
    cursor: pointer;
}
.tab-group>ul>li.current {
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: 500;
}
.tab-group>ul>li:first-child {
    margin-left: 0;
}
/* 브랜드 소개 */
.about-section {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
.about-section .swiper-slide img {
    width: 100%;
    height: auto;
}
.about-section .swiper-pagination-fraction {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 3%;
    left: 50%;
    width: auto;
    padding: 5px 15px;
    border-radius: 20px;
    background: rgba(0,0,0,.2);
    color: #fff;
    font-size: 14px;
    text-align: center;
    transform: translateX(-50%);
}

/* Visual */
.visual-section .swiper-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
}
.visual-section .swiper-slide {
    display: inline-block;
    position: relative;
    width: 33.3%;
    max-width: 525px;
    margin: 0;
    text-align: center;
    transition: transform .5s ease-in-out;
}
.visual-section .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: opacity .3s ease-in-out;
}
.visual-section .swiper-pagination {
    display: none;
}
.visual-section .swiper-slide-prev:after,
.visual-section .swiper-slide-next:after,
.visual-section .swiper-slide-active:after {
    opacity: 0;
    z-index: -1;
}
.visual-section .swiper-button-prev {
    left: 0;
}
.visual-section .swiper-button-next {
    right: 0;
}
@media screen and (min-width: 1840px) {
    .visual-section .swiper-button-prev {
        left: calc(50% - 787.5px);
    }
    .visual-section .swiper-button-next {
        left: calc(50% + 737.5px);
    }
}
.visual-section .txt {
    position: absolute;
    bottom: 5%;
    z-index: 5;
    opacity: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-align: left;
    transform: opacity .2s ease;
}

.visual-section .swiper-slide-prev .txt,
.visual-section .swiper-slide-next .txt,
.visual-section .swiper-slide-active .txt,
.visual-section .centered .swiper-slide .txt {
    opacity: 1;
}
.visual-section .txt p {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    line-height: 1.1;
}
.visual-section .txt .t2 {
    overflow: hidden;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
}
.visual-section .txt .t2+.t2 {
    padding-top: 5px;
}
.visual-section .txt .t3 {
    overflow: hidden;
    padding-top: 18px;
    font-size: 16px;
    font-weight: 700;
}
.visual-section .txt .t3+.t3 {
    padding-top: 5px;
}
.visual-section .img img {
    display: block;
    width: 100%;
    vertical-align: top;
}

/* Category */
.category-section {
    margin-top: 100px;
    text-align: center;
}
.category-section ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    text-align: center;
}
.category-section ul>li {
	flex: 0 0 auto;
	word-break: keep-all;
    transition: opacity .2s ease;
}
.category-section ul:hover>li {
    opacity: .4;
}
.category-section ul:hover>li:hover {
    opacity: 1;
}
.category-section .img {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.category-section .img:before {
    content: "";
    display: block;
    padding-top: 133%;
}
.category-section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.category-section .subject {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100px;
    padding: 7px 0 0;
    color: #000;
    font-size: 15px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* Best */
.best-section {
    position: relative;
}
.best-section .swiper-slide {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
}
.best-section .prod-box .color-chip {
    display: none !important;
}
.best-section .swiper-button-prev {
    left: -50px;
}
.best-section .swiper-button-next {
    right: -50px;
}
.best-section:hover .swiper-button-prev,
.best-section:hover .swiper-button-next {
    opacity: 1;
}

/* New */
.new-section {
    position: relative;
}
.new-section .swiper-slide {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
}
.new-section .prod-box .color-chip {
    display: none !important;
}
.new-section .swiper-button-prev {
    left: -50px;
}
.new-section .swiper-button-next {
    right: -50px;
}
.new-section:hover .swiper-button-prev,
.new-section:hover .swiper-button-next {
    opacity: 1;
}

/* Banner */
.banner-section {
    margin-top: 120px;
}
.banner-section .swiper-container .img img {
    width: 100%;
    height: auto;
    min-height: 72.66px;
}
.banner-section .swiper-control {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner-section .swiper-control .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    opacity: 1;
}
.banner-section .swiper-control .swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    opacity: 1;
}
.banner-section .swiper-control .swiper-button-prev::after,
.banner-section .swiper-control .swiper-button-next::after {
    width: 12px;
    height: 12px;
}
.banner-section .swiper-control .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
}

/* Theme */
.theme-section {
    position: relative;
    margin-top: 130px;
}
.theme-section .title-main {
    display: none;
}
.theme1 .tab-content {
    position: relative;
}
.theme1 .tab-bundle .swiper-slide {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
}
.theme1 .prod-box .color-chip {
    display: none !important;
}
.theme1 .tab-content .swiper-button-prev {
    left: -50px;
}
.theme1 .tab-content .swiper-button-next {
    right: -50px;
}
.theme1 .tab-content:hover .swiper-button-prev,
.theme1 .tab-content:hover .swiper-button-next {
    opacity: 1;
}

.theme2 .swiper-pagination {
    position: relative;
    bottom: auto;
    height: 16px;
    margin: 20px 0 0;
}
.theme2 .swiper-button-prev {
    /*
    top: calc(50% + 30px);
    left: calc(50% - 22px);
    */
    top: calc(50% + 28px);
    left: calc(46% - 13px);
}
.theme2 .swiper-button-next {
    /* top: calc(50% + 30px); */
    top: calc(50% + 28px);
    right: -50px;
}
.theme2:hover .swiper-button-prev,
.theme2:hover .swiper-button-next {
    opacity: 1;
}
.theme2 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-start;
    gap: 0 50px;
}
.theme2 .swiper-slide>p {
    flex: none;
    width: 100%;
}
.theme2 .swiper-slide>p.subject1 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1;
}
.theme2 .swiper-slide>p.subject2 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1;
}
.theme2 .swiper-slide>.img {
    /*flex: 1;*/
    flex: 0.87;
}
.theme2 .swiper-slide img {
    width: 100%;
}
.theme2 .swiper-slide>.list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.theme2 .swiper-slide>.list .prod-box {
    position: relative;
}
.theme2 .swiper-slide>.list .prod-box .img-area {
	position: unset;
}
.theme2 .swiper-slide>.list .prod-box .btn-wish {
    z-index: 10;
}
.theme2 .swiper-slide>.list .prod-box .info-area {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: -1;
    opacity: 0;
    width: 90%;
    color: #fff;
    transition: opacity .25s ease;
}
.theme2 .swiper-slide>.list .prod-box:hover .info-area {
    z-index: 10;
    opacity: 1;
}
.theme2 .swiper-slide>.list .prod-box .info-area * {
    color: #fff;
}
.theme2 .swiper-slide>.list .prod-box .info-area .price .before {
    color: #ddd;
}
.theme2 .swiper-slide>.list .prod-box .info-area .price .rate {
	float: none;
}
.theme2 .swiper-slide>.list .prod-box .info-area .color-chip {
    width: 100%;
}
.theme2 .swiper-slide>.list .prod-box .dimmed {
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    cursor: pointer;
    transition: opacity .2s ease;
}
.theme2 .swiper-slide>.list .prod-box:hover .dimmed {
	z-index: 5;
    opacity: 1;
}


/* Time Sale */
.time-sale-section .swiper-wrapper {
	align-items: center;
}
.time-sale-section .swiper-slide {
	position: relative;
	transform: scale(0.8);
}
.time-sale-section .small-slide .swiper-slide,
.time-sale-section .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}
.time-sale-section .swiper-slide .img-area:before {
	content: "";
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 15;
	transition: transform 0.5s ease, opacity 0.5s ease;
	opacity: 0.5;
}
.time-sale-section .small-slide .img-area:before,
.time-sale-section .swiper-slide-active .img-area:before,
.time-sale-section .swiper-slide.end .img-area:before {
	width: 0;
	height: 0;
}
.time-sale-section .swiper-slide.end .img-area:after {
	content: "종료";
	position:absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 30px;
}
.time-sale-section .prod-timer {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 70%;
	height: 35px;
	margin: 0 auto .5em;
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-size: clamp(12px, 1vw, 16px);
	text-align: center;
	line-height: 35px;
}
.time-sale-section .prod-timer>span.d {
	padding-right: 5px;
}
.time-sale-section .prod-timer>span.m:before,
.time-sale-section .prod-timer>span.s:before {
	content: ":";
	padding: 0 3px;
}
.time-sale-section .info-area {
	position: absolute;
	bottom: 2%;
	left: 3%;
	z-index: 10;
	opacity: 0;
	width: 94%;
	padding: 10px;
	background: rgba(255,255,255,.7);
}
.time-sale-section .small-slide .info-area,
.time-sale-section .swiper-slide-active .info-area {
	opacity: 1;
}
.time-sale-section .info-area .color-chip {
	display: none;
}
.time-sale-section .more {
	margin-top: 2em;
	text-align: center;
}
.time-sale-section .more .btn {
	width: 17%;
	height: 55px;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	background: #fff;
	color: #000;
	font-size: 22px;
	letter-spacing: -0.05em;
	line-height: 53px;
}

/* 상품리스트 */
.prod-section {
    position: relative;
    margin-top: 120px;
}
.prod-section .set {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 0 30px;
}
.prod-section .tab-list {
    width: 12%;
}
.prod-section .tab-content {
    width: 88%;
}
.prod-section .tab-list ul {
    position: sticky;
    top: 0;
    left: 0;
    transition: all .3s ease;
}
body.down-scroll .prod-section .tab-list ul {
    top: 60px;
}
body.up-scroll .prod-section .tab-list ul {
    top: 120px;
}
.prod-section .tab-list li {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    color: #9d9d9d;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    line-height: 1;
    cursor: pointer;
}
.prod-section .tab-list li.current {
    color: #000;
    font-weight: 500;
}

/* 상품박스 */
.prod-box .info-area .brand {
    display: none !important;
}