:root {
    --weight-400: 'CoreSansCRegular', 'AppleSDGothicNeo-Regular', '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;
}

.tentenslae2024 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.tentenslae2024 > img {
    width: 48.95vw;
    padding: 1.62vw 0 3.72vw;
    margin: 0 auto;
    cursor: pointer;
}
