.offset-s18 .office-text-32 {
    text-align: center;
    margin-bottom: 3.125vw;
    font-weight: bold;
    font-size: 1.666667vw;
    line-height: 1.25;
}

.offset-s18 .office-flex {
    width: 91.666667vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    align-items: unset;
}

.offset-s18 .product-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 25%;
    margin-bottom: 80px;
}

.offset-s18 .product-item-imageLink {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% - 50px);
    width: 15vw;
    max-height: 70%;
}

.offset-s18 .product-item-imageLink img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.offset-s18 .product-item {
    background-color: #f5f5f5;
    min-height: 30.833333vw;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.offset-s18 .product-item-colorlist {
    position: absolute;
    bottom: 1.197917vw;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 13.020833vw;
    text-align: center;
    font-size: 0;
    line-height: 1;
    padding: 0 1.5625vw;
    margin: 0 auto;
}

.offset-s18 .product-item-colorlist-box {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
}

.offset-s18 .product-item-coloritem {
    padding: 0 9px;
    display: inline-block;
    vertical-align: top;
}

.offset-s18 .swatches__swatch {
    width: 1.041667vw;
    height: 1.041667vw;
    border-radius: 50%;
    position: relative;
    font-size: 0;
    /* box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 20%); */
    display: block;
    overflow: visible;
}

.offset-s18 .sub-title {
    font-size: 1.145833vw;
    padding-top: 2.083333vw;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    overflow: hidden;
}

.offset-s18 .buy-btn {
    padding-top: 2.083333vw;
}

.offset-s18 .buy-btn .product-learn-more {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    padding: 0.520833vw 1.354167vw;
    border-radius: 40px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #000;
    margin-right: 0.78125vw;
    margin-bottom: 0.78125vw;
    transition: .3s ease-out;
}

.offset-s18 .buy-btn .product-learn-more:hover {
    border-color: #000;
}

.offset-s18 .buy-btn .product-learn-more:hover::after {
    -webkit-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg);
}

.offset-s18 .buy-btn .product-learn-more::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    margin-left: 0.625vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.buy-btn .product_buy_btn {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    padding: 0.520833vw 1.354167vw;
    border-radius: 40px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    margin-right: 0.78125vw;
    margin-bottom: 0.78125vw;
}

.offset-s18 .buy-btn .product_buy_btn::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    margin-left: 0.625vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.offset-s18 .buy-btn .product_buy_btn:hover {
    border-color: #000;
}

.offset-s18 .buy-btn .product_buy_btn:hover::after {
    -webkit-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg);
}

@media screen and (max-aspect-ratio: 1 / 1),
(max-width: 734px) {
    .offset-s18 .office-flex {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .offset-s18 .office-text-32 {
        font-size: 4.444444vw;
        margin-bottom: 6.666667vw;
    }

    .offset-s18 .product-box {
        max-width: 48%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .offset-s18 .product-item {
        padding: 0;
        min-height: 59.722222vw;
    }

    .offset-s18 .product-item-imageLink {
        width: 80%;
    }

    .offset-s18 .product-item-colorlist {
        display: none;
    }

    .offset-s18 .sub-title {
        font-size: 13px;
        padding: 16px 16px 0;
        line-height: 18px;
    }

    .offset-s18 .buy-btn {
        padding: 24px 16px 0;
    }

    .offset-s18 .buy-btn .product-learn-more,
    .offset-s18 .buy-btn .product_buy_btn {
        display: block;
        margin: 0 0 5px;
        border-radius: 0;
        border: 0;
        padding: 0;
    }

    .offset-s18 .buy-btn .product-learn-more::after {
        margin-left: 5px;
    }

    .offset-s18 .buy-btn btn::after {
        margin-left: 5px;
    }
}


/* bar */
#ux-bar-select,
#ux-bar-items {
    font-size: 0;
    position: fixed;
    z-index: 200;
    bottom: 0;
    height: 40px;
    -webkit-transform: translate(0, calc(100% + 24px));
    -moz-transform: translate(0, calc(100% + 24px));
    -ms-transform: translate(0, calc(100% + 24px));
    -o-transform: translate(0, calc(100% + 24px));
    transform: translate(0, calc(100% + 24px));
    opacity: 0;
}

#ux-bar-select,
#ux-bar-items,
.ux-item,
.ux-item h3,
.ux-item a,
.ux-item span,
.ux-item img,
.ux-mask {
    -webkit-transition: ease-out .8s;
    -moz-transition: ease-out .8s;
    -ms-transition: ease-out .8s;
    -o-transition: ease-out .8s;
    transition: ease-out .8s;
}

#ux-bar-select {
    background-color: rgba(229, 229, 229, .8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#ux-bar-items {
    display: flex;
    overflow: hidden;
    height: 64px;
    align-items: flex-end;
}

#ux-bar-items .ux-item {
    display: flex;
}

.ux-active #ux-bar-select,
.ux-active #ux-bar-items {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.ux-active #ux-bar-select,
.ux-step3 #ux-bar-items .ux-item:last-child {
    opacity: 1;
}

.ux-active.ux-step2 #ux-bar-items,
.ux-active.ux-step3 #ux-bar-items {
    z-index: 201;
    opacity: 1;
}

.ux-step1 #ux-bar-items,
.ux-step3 #ux-bar-items {
    pointer-events: none;
}

.ux-step2 #ux-bar-select .ux-item span,
.ux-step3 #ux-bar-select .ux-item span,
.ux-step3 #ux-bar-items .ux-item:not(:last-child) {
    opacity: 0;
}

.ux-step2 .ux-item:first-child img {
    margin-left: 40px;
    margin-left: 20px;
}

#ux-bar-items .ux-item:first-child img {
    margin-left: 40px;
    margin-left: 20px;
    opacity: 0;
}

.ux-step3 .ux-item {
    position: static;
}

.ux-step1,
.ux-step3 {
    cursor: pointer;
}

.ux-item {
    position: relative;
    display: inline-block;
    text-align: center;
    opacity: 1;
}

.ux-item img {
    width: 64px;
    margin: -24px 4px 0 24px;
    margin: -24px 4px 0 16px;
}

#ux-bar-items .ux-item:nth-child(2) img {
    width: 44px;
}

#ux-bar-items .ux-item:nth-child(3) img {
    width: 44px;
}

#ux-bar-items .ux-item:nth-child(4) img {
    width: 44px;
}

#ux-bar-items .ux-item:nth-child(5) img {
    width: 54px;
}

#ux-bar-items .ux-item:nth-child(6) img {
    width: 64px;
}

.ux-item h3,
.ux-item a,
.ux-item span {
    font-size: 12px;
    line-height: 40px;
    display: inline-block;
    margin: 0 82px 0 0;
    margin: 0 42px 0 0;
    margin: 0 16px 0 0;
    white-space: nowrap;
}

.ux-item:nth-last-child(3) a {
    margin: 0 14px 0 0;
    margin: 0 24px 0 0;
}

#ux-bar-select .ux-item img {
    float: left;
    margin: -14px 4px 0 24px;
    margin: -14px 4px 0 16px;
}

#ux-bar-select .ux-item span {
    margin: 0 64px 0 0;
}

#ux-bar-items .ux-item:last-child {
    position: absolute;
    left: 0;
    pointer-events: none;
    opacity: 0;
    bottom: 0;
}

.ux-item .ux-btn-more,
.ux-item .ux-btn-recommend {
    margin: 0 53px 0 92px;
    margin: 22px 53px 0 92px;
}

.ux-item h3,
.ux-btn-close,
.ux-sm {
    display: none;
}

body.ux-disable {
    overflow: hidden;
}

@media (max-width:1200px),
(max-aspect-ratio:678/669) and (max-width:1200px) {
    .ux-sm {
        display: block;
    }

    #ux-bar-select,
    #ux-bar-items,
    .ux-active #ux-bar-items {
        right: 0;
        height: auto;
        transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        text-align: center;
    }

    #ux-bar-select {
        bottom: 26px;
        width: 68px;
    }

    #ux-bar-items {
        top: 0;
        bottom: 0;
        width: 124px;
        padding: 25px 16px;
        opacity: 1;
        background-color: #fff;
    }

    .ux-active.ux-step2 #ux-bar-items {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ux-item {
        position: static;
    }

    .ux-item a,
    #ux-bar-select .ux-item span {
        line-height: 1.6;
        display: block;
        margin: 16px 8px 53px;
        margin: 16px 8px 33px;
        white-space: normal;
    }

    .ux-item h3 {
        font-size: 18px;
        line-height: 1.6;
        display: block;
        margin: 0 20px 24px;
        white-space: normal;
        color: #000;
        margin: 0 0 10px;
    }

    #ux-bar-items,
    #ux-bar-items .ux-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #ux-bar-select .ux-item img {
        position: absolute;
        bottom: -20px;
        left: 10px;
        display: block;
        margin: 0;
        float: none;
    }

    #ux-bar-items .ux-item img {
        position: static;
        margin: 0 auto 8px;
        margin: 0 auto 0;
    }

    #ux-bar-items .ux-item:first-child img {
        margin: 0 auto 8px;
        margin: 0 auto 0;
        opacity: 1;
    }

    #ux-bar-items .ux-item a {
        margin: 0 0 26px;
    }

    .ux-item:only-child a {
        margin: 16px 8px 53px;
    }

    .ux-item .ux-btn-more {
        font-weight: bold;
        padding: 7.6px 18px;
        border: 1px solid #666;
        border-radius: 20px;
    }

    .ux-btn-close {
        position: absolute;
        position: absolute;
        right: 0;
        bottom: 23px;
        bottom: 20px;
        left: 0;
        display: block;
        width: 28px;
        height: 28px;
        margin: 20px auto;
        margin: 0 auto;
        color: #000;
        border: solid 1px currentColor;
        border-radius: 100%;
    }

    .ux-btn-close:before {
        position: absolute;
        top: 14px;
        left: 5px;
        width: 17px;
        height: 1px;
        content: '';
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: currentColor;
    }

    .ux-btn-close:after {
        position: absolute;
        top: 14px;
        left: 5px;
        width: 17px;
        height: 1px;
        content: '';
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: currentColor;
    }

    .ux-mask {
        position: fixed;
        z-index: 199;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        background-color: rgba(0, 0, 0, .6);
    }

    .ux-mask.ux-active {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
    }
}

#ux-bar-items .ux-item {
    align-items: center;
}

@media (max-width: 1200px),
(max-aspect-ratio: 678/669) and (max-width: 1200px) {
    .ux-item .ux-btn-more {
        padding: 0.6px 18px;
    }
}

@media (max-width: 1200px),
(max-aspect-ratio: 678/669) and (max-width: 1200px) {
    #ux-bar-select {
        width: 88px;
    }

    #ux-bar-select .ux-item img {
        left: 22px;
    }

    .ux-item a,
    #ux-bar-select .ux-item span {
        float: none;
        width: auto;
    }
}

.ux-item img {
    position: relative;
    transform: scale(1.2);
}

#ux-bar-select .ux-item span {
    position: absolute;
}

@media (max-width: 1200px),
(max-aspect-ratio: 678/669) and (max-width: 1200px) {
    #ux-bar-select .ux-item span {
        position: initial;
    }

    #ux-bar-select .ux-item img {
        left: 12px;
    }

    .ux-item a,
    #ux-bar-select .ux-item span {
        line-height: 1.4;
    }

    #ux-bar-items .ux-item a {
        margin: 0 0 24px;
        margin: 0 0 14px;
    }

    .ux-item .ux-btn-more {
        padding: 10.6px 2px;
    }

    .ux-item h3 {
        line-height: 1.25;
    }

    #ux-bar-select {
        bottom: 55px;
    }

    .ux-item:nth-child(1) img {
        padding-top: 20px;
        padding-top: 5px;
    }

    .ux-item:nth-child(2) {
        margin-top: 50px;
        margin-top: 5px;
    }

    #ux-bar-items .ux-btn-more {
        display: none;
    }
}



#ux-bar-select,
#ux-bar-items {
    height: 50px;
}

#ux-bar-select .ux-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ux-item img {
    transform: scale(1);
}

#ux-bar-select .ux-item .ux-item-icon {
    width: 22px;
    height: 22px;
    margin: 0;
    margin-right: 12px;
}

.ux-step2 #ux-bar-select,
.ux-step2 #ux-bar-items {
    height: 60px;
}

.ux-item .ux-btn-recommend {
    opacity: 0;
}

.ux-step2 #ux-bar-select .ux-item span,
.ux-step3 #ux-bar-select .ux-item span {
    opacity: 1;
    display: block;
    margin: 0;
    position: relative;
    line-height: 1;
    color: #4B4B4B;
}

#ux-bar-select {
    border-radius: 50px;
    padding: 14px 25px;
    background-color: rgba(240, 240, 240, .58);
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
}

.ux-item h3,
.ux-item a,
.ux-item span {
    line-height: 1.6;
}

#ux-bar-select .ux-item span {
    font-size: 16px;
}

#ux-bar-items .ux-item:first-child img {
    opacity: 1;
}

#ux-bar-items {
    justify-content: space-between;
    align-items: center;
}

#ux-bar-items .ux-item-more {
    display: none;
}

#ux-bar-items .ux-item:not(.ux-item-more) {
    flex-direction: column;
    margin: 0 19.6px;
}

#ux-bar-items .ux-item a {
    font-size: 9px;
    margin-right: 0;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    color: #4B4B4B;
    align-items: center;
}

#ux-bar-container #ux-bar-items .ux-item img {
    margin: 0;
    width: 34px;
}

.ux-item .ux-btn-more,
.ux-item .ux-btn-recommend {
    margin: 22px 53px 0 45px;
}

.ux-step2 #ux-bar-select .ux-item {
    opacity: 0;
    transition: all 0.3s;
}

.ux-step2 #ux-bar-select {
    border-radius: 12px;
}

@media (max-width: 1200px),
(max-aspect-ratio: 678 / 669) and (max-width: 1200px) {
    #ux-bar-items .ux-item-more {
        display: block;
    }

    #ux-bar-select {
        width: 146px;
        padding: 14px 0;
        border-radius: 50px;
        right: 12px;
    }

    #ux-bar-select .ux-item img {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .ux-item a,
    #ux-bar-select .ux-item span {
        margin: 0;
    }

    .ux-item:nth-child(1) img {
        padding-top: 0;
    }

    .ux-step2 #ux-bar-select {
        height: 50px;
        border-radius: 50px;
    }

    .ux-step2 #ux-bar-items {
        height: auto;
    }

    #ux-bar-items .ux-item a {
        font-size: 9px;
        justify-content: center;
        align-items: center;
    }

    #ux-bar-items {
        box-sizing: content-box;
    }

    #ux-bar-items * {
        box-sizing: content-box;
    }

    #ux-bar-items {
        padding: 25px 16px 50px 16px;
        justify-content: center;
    }

    #ux-bar-items .ux-item:not(.ux-item-more) {
        margin: 0;
    }

    .ux-step2 #ux-bar-select .ux-item {
        opacity: 1;
        transition: none;
    }

}

@media screen and (max-aspect-ratio: 51 / 50) {
    #ux-bar-select .ux-item span {
        font-size: 2.222222vw;
    }

    #ux-bar-select .ux-item .ux-item-icon {
        width: 3.055556vw;
        margin: 0;
        margin-right: 1.666667vw;
    }

    #ux-bar-select,
    #ux-bar-items {
        height: 6.944444vw;
    }

    #ux-bar-select {
        width: 22.277778vw;
        padding: 0;
        display: flex;
        border-radius: 6.944444vw;
        right: 1.666667vw;
        justify-content: center;
    }

    .ux-step2 #ux-bar-select {
        height: 6.944444vw;
        border-radius: 6.944444vw;
    }
}

@media screen and (min-width: 765px) and (max-width: 835px) {
    #ux-bar-select {
        bottom: auto;
        top: 96px;
    }
}

@media screen and (min-width: 675px) and (max-width: 740px) and (min-aspect-ratio: 734/747) {
    #ux-bar-select {
        bottom: 0;
    }
}

@media screen and (width:1024px) {
    #ux-bar-items .ux-item a {
        margin: 0 0 9px;
    }
}