@charset "UTF-8";

@font-face {
    font-family: "ONE-Mobile-POP";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost-Italic-VariableFont_wght.ttf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost-VariableFont_wght.ttf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("../fonts/Pretendard-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("../fonts/Pretendard-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("../fonts/Pretendard-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("../fonts/Pretendard-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Nixie One";
    src: url("../fonts/NixieOne-Regular.ttf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
body {
    font-size: 16px;
    color: #333333;
}
body {
    font-family: Jost, Pretendard, Arial, AppleGothic, Verdana, sans-serif;
}
.logo .img-logo {
    height: 80px;
}
.visPc img{
    width: 100%;
}
.not-sroll-down{
    display: block;
}
.sroll-down{
    display: none;
}
.header.fix .not-sroll-down{
    display: none;
}
.header.fix .sroll-down{
    display: block;
}
.btmLogo h1 img{
    width: 138px;
    border: 1px solid;
    padding: 5px;
}
.mainProd ul li p.price{
    font-size: 18px;
    color: #3f3f3f;
    margin-top: 8px;
}
.mainProd ul li .lang-kr {
    color: #b9b9b9;
    font-size: 18px;
    margin-top: 8px;
}
.s-menu{
    font-size: 12px;
    color: #b9b9b9;
}
.headerWrap .gnb li.sub {
    display: flex;
    line-height: 1.6;
    text-align: center;
    align-items: center;
    flex-direction: column;
}