:root {
    --weight-400 : 'CoreSansCRegular', 'AppleSDGothicNeo-Medium', 'NotoSansKRRegular', sans-serif;
    --weight-500 : 'CoreSansCMedium', 'AppleSDGothicNeo-Medium', 'NotoSansKRMedium', sans-serif;
    --weight-600 : 'CoreSansCBold', 'AppleSDGothicNeo-SemiBold', 'NotoSansKRSmBold', sans-serif;
    --weight-700 : 'CoreSansCBold', 'AppleSDGothicNeo-Bold', 'NotoSansKRBold', sans-serif;
    --weight-800 : 'CoreSansCBold', 'AppleSDGothicNeo-Bold', 'NotoSansKRExaBold', sans-serif;
}
.preorder-container {
    position: relative;
    background-color: white;
}
.preorder-container img {
    width: 100%;
}
.preorder-loading {
    width: 300px;
    margin: 0 auto;
}
