@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/*COMMON*/

.uniqlo {
    font-family: 'NanumSquare', 'UniqloPro', sans-serif !important;
}

.uniqlo .fw100 {
    font-weight: 100;
}

.uniqlo .fw200 {
    font-weight: 200 !important;
}

.uniqlo .fw300 {
    font-weight: 300;
}

.uniqlo .fw400 {
    font-weight: 400;
}

.uniqlo .fw500 {
    font-weight: 500;
}

.uniqlo .fw600 {
    font-weight: 600 !important;
}

.uniqlo .fw700 {
    font-weight: 700;
}

.uniqlo .fw800 {
    font-weight: 800 !important;
}

.uniqlo .fs30 {
    font-size: 30px;
}

.uniqlo .fs18 {
    font-size: 18px;
}

.uniqlo .fs20 {
    font-size: 20px;
}

.uniqlo .fs22 {
    font-size: 22px;
}

.uniqlo .fs26 {
    font-size: 26px;
}

.uniqlo .fw900 {
    font-weight: 900;
}

.uniqlo .mb0 {
    margin-bottom: 0 !important;
}

.uniqlo .mb10 {
    margin-bottom: 10px !important;
}

.uniqlo .clearfix:after {
    display: block;
    clear: both;
    content: '';
}

.uniqlo .rel {
    position: relative;
}

.uniqlo .tac {
    text-align: center !important;
}

.uniqlo .white {
    color: #fff;
}

.uniqlo .txt_right {
    text-align: right;
}

.uniqlo .dis_block {
    display: block;
}

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

.uniqlo .align_fe {
    align-items: flex-end;
}

.uniqlo .abs {
    position: absolute;
}

.uniqlo .w50 {
    width: 50%;
}

.uniqlo .fs26 {
    font-size: 16px;
}

.uniqlo .fs45 {
    font-size: 18px;
}

.uniqlo .fs50 {
    font-size: 26pc;
}

.uniqlo .lh26 {
    line-height: 1.692em;
}

.uniqlo .lh30 {
    line-height: 1.667em;
}

.uniqlo .mt0 {
    margin-top: 0;
}

.uniqlo .mb0 {
    margin-bottom: 0 !important;
}

.uniqlo .mb10 {
    margin-bottom: 10px !important;
}

.uniqlo .mb15 {
    margin-bottom: 15px !important;
}

.uniqlo .mb20 {
    margin-bottom: 20px !important;
}

.uniqlo .mb30 {
    margin-bottom: 30px !important;
}


.uniqlo .bg_gray {
    background-color: #f2f4f9;
}

.uniqlo .bg_white {
    background-color: #fff;
}

.uniqlo .gray {
    color: #666;
}

.uniqlo .white {
    color: #fff;
}

.uniqlo .dark-gray {
    color: #333;
}

.measurement a,
.measurement h1,
.measurement h2,
.measurement h3,
.measurement h4,
.measurement li,
.measurement p,
.measurement sub,
.measurement b {
    font-family: 'NanumSquare', 'UniqloProRegular', sans-serif !important;
    letter-spacing: -0.025em;
    font-size: 14px;
}

/* main inner */

.swiper-button-next, .swiper-button-prev{
    background: url(/kr/ko/special-feature/kr_special/feature/common/chevron_carousel.svg) 0/7em 2em no-repeat !important;
    background-color: hsla(0,0%,100%,.9) !important;
}
.swiper-button-next{
    background-position-x: -4em !important;
} 

.u-guide_flow-item_num {
    font-family: 'UniqloProRegular', sans-serif;
    font-weight: 400;
}

.measurement .fr-annotation {
    font-size: 13px !important;
}


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

@media screen and (min-width: 813px) {

    .measurement a,
    .measurement h1,
    .measurement h2,
    .measurement h3,
    .measurement h4,
    .measurement li,
    .measurement p,
    .measurement sub,
    .measurement b { 
        font-size: 16px;
    }

    .measurement .fr-annotation {
        font-size: 15px !important;
    }

}