[lang="ko"] .fr-heading {
    letter-spacing: -0.9px;
}

.w-30 {
    width: 25%;
}

.w-40 {
    width: 37%;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 49%;
}

.w-70 {
    width: 74%;
}

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100%;
}

.u-auto {
    margin: 0 auto;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.fw600 {
    font-weight: 600;
}

.fw800 {
    font-weight: 800;
}

.img-wrap {
    position: relative;
}

.-txt {
    font-size: 15px;
}

.-flex {
    display: flex;
}

.-flex2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-0 {
    margin-top: 0;
}

.dis_block {
    display: block;
}

.dis_flex {
    display: flex;
}

.dis_in_bk {
    display: inline-block;
}

.-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.-flex-row {
    display: flex;
    flex-direction: row;
}

.-flex-row-center {
    justify-content: center
}

.-flex-col-center {
    align-items: center
}

.-flex-col {
    display: flex;
    flex-direction: column;
}

.-mg-auto {
    margin: 0 auto;
}

.-underline {
    text-decoration: underline;
}

.black {
    color: #222;
}

.border {
    border-bottom: 1px solid #dddddd;
}

.white {
    color: #fff !important;
}

.red {
    color: #E60012
}

.green {
    color: #006a48;
}

.blue {
    color: #205cdb;
}

.beige {
    color: #ce9e7c;
}

.txt-color {
    color: #ff0000;
}

.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #f3f5f8;
}

.bg_gray .fr-bff-products {
    background-color: #f3f5f8;
}


.u-imgAdjustBox_inner {
    height: auto !important;
}

.swiper-container {
    padding-bottom: 0px !important;
}

.title {
    position: relative;
}

/* 앵커 */

.fr-anchorButton_itemInner {
    height: 100%;
    display: block;
}

.kv-video video {
    width: 100%;
}

/* main */
.card {
    border-radius: 10px;
    background-color: #fff;
}

.card-wrp {
    position: relative;
}

.card-swiper .swiper-wrapper {
    align-items: flex-start;
}

.card-swiper .swiper-slide {
    width: calc((100% - 60px)/3) !important;
    position: relative;
    padding: 10px;
    border: 1px solid #dadada;
    border-radius: 10px;
}

.card-swiper.mo {
    display: none;
}

.card-swiper img {
    width: 100%;
}


.card-wrp .card-txt {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    font-weight: 400;
}

.card-wrp .card-txt .-flex {
    align-items: center;
    gap: 3px;
}


.card-wrp .card strong {
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: left;
    letter-spacing: -1.2px;
}

.card-wrp .flag {
    /* position: absolute; */
    width: 34px;
    right: 0;
    top: 0;
}

.card-wrp .price {
    align-items: inherit;
    column-gap: 4px;
}

.card-wrp .red {
    color: #E60012;
    font-family: "Uniqlo Pro";
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
}

.card-wrp .gray {
    text-decoration-line: line-through;
}

.gray {
    color: #666;
    color: #666;
    font-family: "Uniqlo Pro";
    font-weight: 300;
}

.card-wrp .buy {
    display: inline-flex;
    width: auto;
    /*background: #000;
        color: #fff;*/
    border-radius: 26px;
    border: 1px solid #d4d4d4;
    padding: 4px 6px 4.5px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    align-self: end;
}

.fs-2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.72px;
}

.notice {
    font-size: 11px;
    color: #b4b4b4;
    letter-spacing: -0.5px;
}


/* card-slide */
.card-wrap {
    width: 293.25px;
    margin-right: 1px;
}


.swiper-pagination {
    display: none;
    position: absolute;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
    transition: opacity 0.3s;
}

.visual-img .picture::after {
    content: "리넨블렌드오픈칼라셔츠(반팔)";
    position: absolute;
    display: block;
    width: fit-content;
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.641);
    bottom: 8px;
    left: 8px;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 13px;
}

.visual-img .picture {
    position: relative;
}

.sale .fr-anchorButton_item {
    background-color: #77a6ce;
}

.sale .fr-anchorButton_itemText {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.snow-line::before {
    content: '';
    display: inline-block;
    width: 92%;
    height: fit-content;
    border-top: 4px dotted #b4d5ed;
    margin: -30px 4vw 30px;
}

/* 스와이퍼 */

.slider_wrp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden
}

.swiper-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 0;
}

.swiper-slide {
    position: relative;
}

.swiper-main {
    flex: 0 0 37.67%;
}

.swiper-thumb {
    flex: 0 0 58.17%;
    max-width: 58.17%;
    margin-top: 0;
    padding: 0;
}

.swiper-backface-hidden .swiper-slide {
    transform: none;
}

.swiper-container [class^="swiper-button"] {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    display: block;
    background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/common/COLOR_24SS/23_SU_pc_seasonlook_slider-btn.png") no-repeat 0 0 / 100% auto;
    z-index: 9;
}

.swiper-container [class^="swiper-button"]::after {
    content: none;
}

.swiper-button-next {
    left: auto;

}

#card_slide {
    padding-bottom: 35px !important;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

/* tab */
.tab-content {
    position: relative;
    margin-top: 30px;
}

.tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EFEFEF;

}

.tab-nav {
    flex-wrap: wrap;
    row-gap: 7px !important;
}

.all {
    display: none;
}

.tab-nav li {
    padding: 8px 16px;
    background: #F3F3F3;
    border-radius: 2em;
    text-align: center;
}

.tab-nav li button {
    color: #666;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.9px;
}

.tab-nav li.active {
    background: #ab7c61;
}

.tab-nav li.active button {
    color: #fff;
}

.tab-pane {
    padding-bottom: 56px;
}

.tab-nav.border {
    border: 0;
    gap: 0;
}

.tab-nav.border li {
    border-radius: 0;
    border: 1px solid #dddddd;
    border-left: 0;
    background: #fff;
    flex: 1;
    min-height: 50px;
}

.tab-nav.border li:first-child {
    border-left: 1px solid #dddddd;
}

.tab-nav.border li button {
    color: #000;
    width: 100%;
    min-height: 50px;
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-nav.border li.active {
    background: #fff;
    border: 1px solid #024dac !important;
}

.tab-nav.border li.active button {
    color: #024dac !important;
    font-weight: 600;
}

.-snsItem .flag {
    display: block;
    text-align: center;
    background: #0b8e86;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 10px;
    color: #fff;
}

@media screen and (max-width: 1200px) {

    .card-wrp .swiper-control .swiper-button-prev,
    .card-wrp .swiper-control .swiper-button-next {
        display: none;
    }

    .card-wrp {
        width: 100%;
    }

    .card-swiper .swiper-wrapper {
        align-items: start;
        display: block;
    }

    .card-swiper .swiper-slide {
        min-height: 37.125rem;

    }

    .card-wrp .card {
        width: 70%;
    }

}

@media screen and (max-width: 1024px) {
    .card-swiper.mo {
        display: flex;
        max-height: 2500px;
        /* 최대 높이 설정 */
        overflow: hidden;
        /* 스크롤 대신 숨김 */
    }

    .card-swiper.mo .swiper-wrapper {
        transition-timing-function: linear;
    }

    .card-swiper.pc {
        display: none;
    }

    .card-swiper .swiper-wrapper {
        /* flex-direction: column;
        height: 73vh;
        overflow-y: scroll; */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .card-swiper .swiper-wrapper::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .card-swiper .swiper-slide {
        display: flex;
        flex-direction: row;
        width: 96% !important;
        height: auto;
        margin: 0 auto 10px;
        min-height: unset;
        background-color: #fff;

    }

    .card-wrp .card {
        flex: auto;
        width: 100%;

    }

    .card-wrp .card-txt {
        margin: 0 0px 0px 18px;
        flex-grow: 1;
        width: 100%;
        justify-content: space-between;
    }

}

@media screen and (max-width: 813px) {
    .sp-kv-wrap video {
        width: 100%;
    }

    .fr-heading.-h2 {
        font-size: 26px !important;
    }

    .fr-heading.-h3 {
        font-size: 23px !important;
    }

    .fr-heading.-h4 {
        font-size: 20px !important;
    }

    .fr-heading.-h5 {
        font-size: 16px !important;
    }

    .fs_txt {
        font-size: 19px;
        font-weight: 700;
        letter-spacing: -0.8px;
        line-height: 1.5;
    }

    .fs_tit {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -0.8px;
        line-height: 1.4;
    }

    .p_sub {
        font-size: 13px;
        letter-spacing: -0.2px;
    }

    .arrow span::after {
        content: '';
        width: 7px;
        height: 7px;
        border-top: 2px solid #b4b4b4;
        border-right: 2px solid #b4b4b4;
        display: inline-block;
        transform: rotate(135deg) translate(-50%, 0);
        position: absolute;
        left: 28%;
        bottom: 18px;
        margin-left: 0px;
    }

    .title div {
        padding: 0 0 5px 0;
        margin: 0 0 16px 16px;
        border-bottom: 1.5px solid #EA7D45;
    }

    .fr-tabs_itemLink {
        min-height: 60px;
    }

    .-large.-length-3 .fr-anchorButton_item:nth-child(3),
    .-large.-length-3 .fr-anchorButton_item:nth-child(4) {
        width: auto;
    }

    .sale .fr-anchorButton_itemText {
        max-height: 60px;
        font-weight: 600;
        font-size: 15px;
    }

    .card-wrp .card strong {
        font-size: 17px;
        word-break: keep-all;
    }

    .card-wrp .card .price strong {
        font-size: 20px;
    }

    .card-wrp .card-txt p {
        font-size: 13px;
        padding-top: 8px;
        color: #333;
        padding-bottom: 8px;
        word-break: keep-all;
        line-height: 130%;
    }

    .card-wrp .buy {
        font-size: 12.5px;
    }

    .card-img {
        margin: 4px;
    }

    .center .fr-bff-products[data-component-type=ProductCarouselDestroy] {
        padding: 0 4vw;
    }

    /* 신상품 스와이프 */
    #card_slide,
    #card_slide-2 {
        width: 80%;
        margin: 0 auto;
        overflow: visible;
        padding-bottom: 25px !important;
    }

    #card_slide .swiper-slide,
    #card_slide-2 .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(.95);
        transition: all .5s;
    }

    #card_slide .swiper-slide.swiper-slide-active,
    #card_slide-2 .swiper-slide.swiper-slide-active {
        transform: none;
    }

    #card_slide .swiper-pagination,
    #card_slide-2 .swiper-pagination {
        display: block;
        bottom: 0;
    }

    #card_slide .swiper-pagination-bullet-active,
    #card_slide-2 .swiper-pagination-bullet-active {
        background: #000;
    }

    #card_slide [class^="swiper-button-"],
    #card_slide-2 [class^="swiper-button-"] {
        display: none;
    }

    .swiper-container [class^="swiper-button"] {
        position: absolute;
        top: 50%;
        width: 38px;
        height: 38px;
        display: block;
        background:
            url(https://image.uniqlo.com/UQ/ST3/kr/imagesother/common/COLOR_24SS/23_SU_pc_seasonlook_slider-btn.png) no-repeat 0 0 / 100% auto;
        z-index: 9;
    }

    .releted ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 1px;
        justify-content: center;
    }

    .releted li {
        width: calc(100% / 2);
        padding: 0 1px;
    }

    /* card bnr */
    #card_slide {
        width: 70%;
        margin: 0 auto;
        overflow: visible;
        padding-bottom: 25px !important;
    }


    #card_slide .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(.95);
        transition: all .5s;
    }

    #card_slide .swiper-slide.swiper-slide-active {
        transform: none;
    }

    #card_slide .swiper-pagination {
        display: block;
        bottom: 0;
    }

    #card_slide .swiper-pagination-bullet-active {
        background: #000;
    }

    #card_slide [class^="swiper-button-"] {
        display: none;
    }

    /* tab */

    .tab-nav li {
        padding: 0;
    }

    .tab-nav li button {
        font-size: 13px;
    }

    .tab-nav.border li button {
        font-size: 13px;
    }
}

@media screen and (min-width: 814px) {
    .pc-container {
        padding: 0 80px;
    }

    .fr-heading.-h2 {
        font-size: 34px !important;
    }

    .fr-heading.-h3 {
        font-size: 28px !important;
    }

    .fr-heading.-h4 {
        font-size: 24px !important;
    }

    .fr-heading.-h5 {
        font-size: 18px !important;
    }

    .main_inner {
        padding-right: 0;
        padding-left: 0;
    }

    .-img_wrap {
        /* padding: 20px 0 20px;*/
        position: relative;
        width: 1000px;
        margin: 0 auto;
    }

    .-img_wrap .-img {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }


    .fs_txt {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -0.5px;
        line-height: 1.5;
    }

    .fs_tit {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -0.5px;
        line-height: 1.4;
    }

    .p_sub {
        font-size: 13px;
        letter-spacing: -0.2px;
    }


    .arrow span::after {
        content: '';
        width: 7px;
        height: 7px;
        border-top: 2px solid #b4b4b4;
        border-right: 2px solid #b4b4b4;
        display: inline-block;
        transform: rotate(135deg) translate(-50%, 0);
        position: absolute;
        left: 9.7%;
        bottom: 8px;
        margin-left: 0px;
    }


    .title div {
        padding: 0 0 5px 0;
        margin: 0 0 12px;
        border-bottom: 1.5px solid #EA7D45;
    }


    .anchor-wrap {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }

    .card {
        min-height: 604px;
        padding: 20px;
    }

    .card-wrp .card-txt p {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .card-wrp .flag {
        position: absolute;
        width: 45px;
        right: 0;
        top: 0;
    }

    .card-wrp .card strong {
        margin-top: 6px;
    }

    /*more*/
    .fr-readMore {
        width: 100%;
        max-width: 610px;
        margin-right: auto;
        margin-left: auto;
        border: 0 !important;
    }

    .pc-flex {
        display: flex;
        width: 1176px;
        margin: 0 auto;
        padding-top: 40px;
    }

    .card-swiper .swiper-slide {
        padding: 0;
    }

    .styleHintStylingPagination {
        display: none;
    }

    .o-downloadApp {
        gap: 17px;
    }

    .o-downloadApp.-en {
        justify-content: center;
    }

    .o-contentsOneToTwoColumnList_item {
        width: calc((100% - 24px)/3);
        padding-right: 5.37755%;
        padding-left: 5.37755%;
    }

    .releted ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 12px;
        justify-content: center;
    }

    .releted li {
        width: calc(100% / 4);
        padding: 0 12px;
    }

    .tab-nav {
        max-width: 720px;
        margin: 0 auto;
    }

    .snow-line::before {
        width: 100%;
        margin: -30px 0 50px;
    }

    .-snsItem .flag {
        font-size: 22px;
        font-weight: 600;
        padding: 0px 12px;
    }

    .AdjustPc {
        width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
}